avrora.core.isdl.dep
Class StateUse.GlobalUse

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

public static class StateUse.GlobalUse
extends StateUse

The GlobalUse class represents the usage of a globally declared state variable that is visible within the instruction specification. Its name as a string is given.


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

Field Detail

globalName

public final java.lang.String globalName

definite

public final boolean definite