Skip to content

ExceptionTrace

graph BT
N1["ExceptionTrace"] -->|inherits| N2["Any"];

Characteristics

Quality Value
Inherits global.Any
Extends N/A
Decorators N/A
Is enum false
Is sealed false
Is extern false
Is abstract false
Is generator false
Has value semantics true
Has stored properties true
Should register destructor false
Has atomic memory false
Is copy assignable true
Is zero initializable true

Methods

construct

#default
#Gambol.function.alwaysinline
construct (s @Self) -> Self

Binary Operators

=

#default
= (s @Self, o @Self) -> Self

Properties

function_ast

function_ast Pointer

function_symbol

function_symbol String

file_name

file_name String

line

line Int64

column

column Int64