Uses of Class
fmrisc.Semantics.ValueSymbol

Packages that use ValueSymbol
fmrisc.Semantics   
fmrisc.Syntax   
 

Uses of ValueSymbol in fmrisc.Semantics
 

Methods in fmrisc.Semantics that return ValueSymbol
 ValueSymbol ValueTable.getSymbol(Identifier name)
          returns symbol associated to name (null, if none)
 ValueSymbol Environment.getValueSymbol(Identifier name)
          returns symbol associated to name (null, if none)
 ValueSymbol ValueTable.put(ValueDeclIdentifier name, Type type, Expression value, int depth)
          put named value in value table
 ValueSymbol Environment.putValue(ValueDeclIdentifier name, Type type, Expression value)
          put named value in value table
 ValueSymbol Environment.putValueDeclaration(ValueDeclaration vdecl)
          put value declaration into environment
 

Methods in fmrisc.Semantics with parameters of type ValueSymbol
 void ValueSymbol.instantiate(ValueSymbol symbol)
          Instantiate symbol with copy of denoted symbol.
 

Uses of ValueSymbol in fmrisc.Syntax
 

Methods in fmrisc.Syntax that return ValueSymbol
 ValueSymbol ValueDeclIdentifier.getSymbol()
          returns value symbol