ComplierFrameworkV2
1.0-SNAPSHOT
jvm
ComplierFrameworkV2
/
domain
/
SymbolTable
Symbol
Table
class
SymbolTable
Members
Constructors
Symbol
Table
Link copied to clipboard
constructor
(
)
Properties
functions
Link copied to clipboard
var
functions
:
HashMap
<
String
,
Function
>
owner
Link copied to clipboard
lateinit
var
owner
:
IsParent
types
Link copied to clipboard
var
types
:
HashMap
<
String
,
Type
>
variables
Link copied to clipboard
var
variables
:
HashMap
<
String
,
String
?
>