cs132.vapor.ast
Class VLitInt

java.lang.Object
  extended by cs132.vapor.ast.Node
      extended by cs132.vapor.ast.VOperand
          extended by cs132.vapor.ast.VOperand.Static
              extended by cs132.vapor.ast.VLitInt

public class VLitInt
extends VOperand.Static

Integer literal.


Nested Class Summary
 
Nested classes/interfaces inherited from class cs132.vapor.ast.VOperand
VOperand.Static
 
Field Summary
 int value
           
 
Fields inherited from class cs132.vapor.ast.Node
sourcePos
 
Constructor Summary
VLitInt(SourcePos sourcePos, int value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final int value
Constructor Detail

VLitInt

public VLitInt(SourcePos sourcePos,
               int value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object