Uses of Class
org.ek9lang.compiler.symbols.SymbolTable
Packages that use SymbolTable
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
Uses of SymbolTable in org.ek9lang.compiler.symbols
Subclasses of SymbolTable in org.ek9lang.compiler.symbolsModifier 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.Methods in org.ek9lang.compiler.symbols that return SymbolTableModifier and TypeMethodDescriptionprotected SymbolTable
SymbolTable.cloneIntoSymbolTable
(SymbolTable rtn, IScope withParentAsAppropriate) Methods in org.ek9lang.compiler.symbols with parameters of type SymbolTableModifier and TypeMethodDescriptionprotected SymbolTable
SymbolTable.cloneIntoSymbolTable
(SymbolTable rtn, IScope withParentAsAppropriate)