Translate
Class Frame.Access

java.lang.Object
  extended by Translate.Frame.Access
Enclosing class:
Frame

public abstract class Frame.Access
extends java.lang.Object

An Access represents storage for a local variable in this frame.


Constructor Summary
Frame.Access()
           
 
Method Summary
abstract  Tree.Exp exp()
          Generate an expression to access the variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame.Access

public Frame.Access()
Method Detail

exp

public abstract Tree.Exp exp()
Generate an expression to access the variable.

Returns:
the expression