Uses of Interface
fmrisc.Semantics.SymbolTableEntry

Packages that use SymbolTableEntry
fmrisc.AST   
fmrisc.Semantics   
 

Uses of SymbolTableEntry in fmrisc.AST
 

Methods in fmrisc.AST that return SymbolTableEntry
 SymbolTableEntry Reference.getEntry()
          returns symbol table entry associated to reference
 

Methods in fmrisc.AST with parameters of type SymbolTableEntry
 void Reference.setEntry(SymbolTableEntry entry)
          sets symbol table entry associated to reference
 

Constructors in fmrisc.AST with parameters of type SymbolTableEntry
Reference(java.lang.String name, SymbolTableEntry entry)
          construct reference from name and symbol table entry
 

Uses of SymbolTableEntry in fmrisc.Semantics
 

Classes in fmrisc.Semantics that implement SymbolTableEntry
 class FormulaTableEntry
          Entries in FormulaTable.
 class SymbolTableEntryBase
           
 class TypeTableEntry
          Entries in TypeTable.
 class ValueTableEntry
          Entries in ValueTable.