|
Jatha Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolTable | |
---|---|
org.jatha | |
org.jatha.dynatype |
Uses of SymbolTable in org.jatha |
---|
Fields in org.jatha declared as SymbolTable | |
---|---|
SymbolTable |
Jatha.SYMTAB
SYMTAB is a pointer to the namespace used by LISP. |
Methods in org.jatha that return SymbolTable | |
---|---|
SymbolTable |
Jatha.getSymbolTable()
Returns the Symbol Table used by this instance of Jatha. |
Uses of SymbolTable in org.jatha.dynatype |
---|
Fields in org.jatha.dynatype declared as SymbolTable | |
---|---|
protected SymbolTable |
StandardLispPackage.f_shadowingSymbols
The shadowing symbols of this package. |
protected SymbolTable |
StandardLispPackage.f_symbolTable
SYMTAB is the local symbol table for this package. |
Methods in org.jatha.dynatype that return SymbolTable | |
---|---|
SymbolTable |
StandardLispPackage.getSymbolTable()
|
SymbolTable |
LispPackage.getSymbolTable()
Returns the symbol table for this package. |
Constructors in org.jatha.dynatype with parameters of type SymbolTable | |
---|---|
StandardLispPackage(Jatha lisp,
LispValue pname,
LispValue pnicknames,
LispValue puses,
SymbolTable symtab)
Creates a package with a list of nicknames and a list of exported symbols. |
|
StandardLispPackage(Jatha lisp,
LispValue pname,
LispValue pnicknames,
LispValue puses,
SymbolTable symtab,
SymbolTable shadows)
Creates a package with a list of nicknames and a list of exported symbols. |
|
Jatha Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |