Uses of Class
org.ek9lang.compiler.symbols.SymbolTable
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
Uses of SymbolTable in org.ek9lang.compiler.symbols
Modifier and TypeClassDescriptionclass
Used to actually hold the captured symbols.class
Used in many ways via composition.class
This is a very special scope, because the same 'module name' can be defined in multiple files.Modifier and TypeMethodDescriptionprotected SymbolTable
SymbolTable.cloneIntoSymbolTable
(SymbolTable rtn, IScope withParentAsAppropriate) Modifier and TypeMethodDescriptionprotected SymbolTable
SymbolTable.cloneIntoSymbolTable
(SymbolTable rtn, IScope withParentAsAppropriate)