avrora.core.isdl.dep
Class StateUse.BitUse

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

public static class StateUse.BitUse
extends StateUse

The BitUse class represents the usage of a bit of some state that is used. It contains a reference to the StateUse representing the whole state variable, as well as an expr that indicates the actual bit that is read or written.


Nested Class Summary
 
Nested classes inherited from class avrora.core.isdl.dep.StateUse
StateUse.BitUse, StateUse.GlobalUse, StateUse.Index, StateUse.MapUse
 
Field Summary
 StateUse.Index bit
           
 boolean definite
           
 StateUse value
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final StateUse value

bit

public final StateUse.Index bit

definite

public final boolean definite