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 TypeClassDescriptionclassUsed to actually hold the captured symbols.classUsed in many ways via composition.classThis 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 SymbolTableSymbolTable.cloneIntoSymbolTable(SymbolTable rtn, IScope withParentAsAppropriate) Methods in org.ek9lang.compiler.symbols with parameters of type SymbolTableModifier and TypeMethodDescriptionprotected SymbolTableSymbolTable.cloneIntoSymbolTable(SymbolTable rtn, IScope withParentAsAppropriate)