Uses of Class
gnu.mapping.SimpleSymbol

Packages that use SimpleSymbol
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.mapping Supports Procedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). 
 

Uses of SimpleSymbol in gnu.expr
 

Methods in gnu.expr that return SimpleSymbol
static SimpleSymbol Symbols.gentemp()
          Generate a new (interned) symbol with a unique name.
 

Uses of SimpleSymbol in gnu.mapping
 

Methods in gnu.mapping that return SimpleSymbol
static SimpleSymbol SimpleSymbol.valueOf(java.lang.String name)