cs132.vapor.ast
Class VOperand.Static

java.lang.Object
  extended by cs132.vapor.ast.Node
      extended by cs132.vapor.ast.VOperand
          extended by cs132.vapor.ast.VOperand.Static
Direct Known Subclasses:
VLabelRef, VLitInt
Enclosing class:
VOperand

public abstract static class VOperand.Static
extends VOperand

"Static" values. The subset of operands that can appear in data sections, since their value is known at compile time.


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

Constructor Detail

VOperand.Static

public VOperand.Static(SourcePos sourcePos)