Uses of Class
fmrisc.Semantics.ValueTableEntry

Packages that use ValueTableEntry
fmrisc.AST   
fmrisc.Semantics   
 

Uses of ValueTableEntry in fmrisc.AST
 

Methods in fmrisc.AST that return ValueTableEntry
 ValueTableEntry ValueDeclIdentifier.getEntry()
          returns value table entry
 

Uses of ValueTableEntry in fmrisc.Semantics
 

Methods in fmrisc.Semantics that return ValueTableEntry
 ValueTableEntry Environment.getValueTableEntry(Identifier name)
          returns entry associated to name (null, if none)
 ValueTableEntry ValueTable.getEntry(Identifier name)
          returns entry associated to name (null, if none)
 

Methods in fmrisc.Semantics with parameters of type ValueTableEntry
 void ValueTableEntry.instantiate(ValueTableEntry entry)
          instantiate entry with copy of denoted entry the identifier is *not* copied from the denoted entry