|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Symbol | |
|---|---|
| jaitools.jiffle.parser | Jiffle parser and support classes. |
| Uses of Symbol in jaitools.jiffle.parser |
|---|
| Methods in jaitools.jiffle.parser that return Symbol | |
|---|---|
Symbol |
SymbolScopeStack.findSymbol(String name)
Gets the first symbol found with the given name. |
Symbol |
SymbolScope.findSymbolNamed(String name)
Gets the symbol with the given name if one exists. |
| Methods in jaitools.jiffle.parser that return types with arguments of type Symbol | |
|---|---|
List<Symbol> |
SymbolScope.getSymbols()
Gets the list of symbols in this scope. |
| Methods in jaitools.jiffle.parser with parameters of type Symbol | |
|---|---|
void |
SymbolScope.add(Symbol symbol)
Adds a symbol to this scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||