avrora.core.isdl.dep
Class StateUse.Index.Constant

java.lang.Object
  extended byavrora.core.isdl.dep.StateUse.Index
      extended byavrora.core.isdl.dep.StateUse.Index.Constant
Enclosing class:
StateUse.Index

public static class StateUse.Index.Constant
extends StateUse.Index


Nested Class Summary
 
Nested classes inherited from class avrora.core.isdl.dep.StateUse.Index
StateUse.Index.Constant, StateUse.Index.Operand, StateUse.Index.OperandPlusConstant, StateUse.Index.UNKNOWN
 
Field Summary
 int index
           
 
Method Summary
 boolean isConstant()
          The isConstant() method returns whether this expr is a constant that is not dependent on either operands to the instruction or runtime values
 
Methods inherited from class avrora.core.isdl.dep.StateUse.Index
isKnown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public final int index
Method Detail

isConstant

public boolean isConstant()
Description copied from class: StateUse.Index
The isConstant() method returns whether this expr is a constant that is not dependent on either operands to the instruction or runtime values

Overrides:
isConstant in class StateUse.Index
Returns:
true if this expr is a constant that is not dependent on either instruction operands or runtime values; false otherwise