Uses of Class
frysk.scopes.Variable

Packages that use Variable
frysk.expr This package implements frysk's expression handling. 
frysk.scopes Overview 
 

Uses of Variable in frysk.expr
 

Methods in frysk.expr with parameters of type Variable
 Type ScratchSymTab.getType(Variable variable)
          Given a variable, return its type.
 Type TestbedSymTab.getType(Variable variable)
          Given a variable, return its type.
 Value ScratchSymTab.getValue(Variable v)
          Return the variable's value.
 Value TestbedSymTab.getValue(Variable v)
          Return the variable's value.
 

Uses of Variable in frysk.scopes
 

Subclasses of Variable in frysk.scopes
 class Enumerator