Uses of Interface
fmrisc.Semantics.Symbol

Packages that use Symbol
fmrisc.Semantics   
fmrisc.Syntax   
 

Uses of Symbol in fmrisc.Semantics
 

Classes in fmrisc.Semantics that implement Symbol
 class FormulaSymbol
          Entries in FormulaTable.
 class SymbolBase
          Base class of symbols.
 class TypeSymbol
          Symbols in TypeTable.
 class ValueSymbol
          Symbols in ValueTable.
 

Uses of Symbol in fmrisc.Syntax
 

Methods in fmrisc.Syntax that return Symbol
 Symbol ValueDeclaration.getSymbol()
          returns symbol
 Symbol Reference.getSymbol()
          returns symbol associated to reference
 Symbol TypeDeclaration.getSymbol()
          returns symbol
 Symbol FormulaDeclaration.getSymbol()
          returns symbol
 Symbol Declaration.getSymbol()
          Returns symbol.
 

Methods in fmrisc.Syntax with parameters of type Symbol
static Reference Construct.reference(Symbol symbol)
          Construct referenc from symbol.
 void Reference.setSymbol(Symbol symbol)
          sets symbol associated to reference
 

Constructors in fmrisc.Syntax with parameters of type Symbol
Reference(java.lang.String name, Symbol symbol)
          construct reference from name and symbol