irt
Class EXPR

java.lang.Object
  |
  +--irt.Stm
        |
        +--irt.EXPR

public class EXPR
extends Stm


Field Summary
 Exp exp
           
 
Constructor Summary
EXPR(Exp exp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exp

public Exp exp
Constructor Detail

EXPR

public EXPR(Exp exp)