avrora.core.isdl.dep
Class StateUse.MapUse

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

public static class StateUse.MapUse
extends StateUse

The MapUse class represents the usage of a map (i.e. a register file or memory). The map has a string that describes its name as well as an instance of the StateUse.Index class that indicates the expr in the map 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
 boolean definite
           
 StateUse.Index index
           
 java.lang.String mapname
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mapname

public final java.lang.String mapname

index

public final StateUse.Index index

definite

public final boolean definite