Uses of Class
jaitools.jiffle.parser.Symbol

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.
 



Copyright © 2009-2011. All Rights Reserved.