Package avrora.core.isdl.dep

Class Summary
DependencyAnalyzer  
StateUse The StateUse class represents the result of a dependency analysis of a particular instruction declaration (e.g. the ADD instruction's declaration).
StateUse.BitUse The BitUse class represents the usage of a bit of some state that is used.
StateUse.GlobalUse The GlobalUse class represents the usage of a globally declared state variable that is visible within the instruction specification.
StateUse.Index The Index class represents a possible expr into a map (such as the register file or memory).
StateUse.Index.Constant  
StateUse.Index.Operand  
StateUse.Index.OperandPlusConstant  
StateUse.Index.UNKNOWN  
StateUse.MapUse The MapUse class represents the usage of a map (i.e. a register file or memory).