irt
Class CONST

java.lang.Object
  |
  +--irt.Exp
        |
        +--irt.CONST

public class CONST
extends Exp


Field Summary
 int value
           
 
Fields inherited from class irt.Exp
typeD
 
Constructor Summary
CONST(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Constructor Detail

CONST

public CONST(int value)