Uses of Package
org.aspectj.asm

Packages that use org.aspectj.asm
org.aspectj.asm   
org.aspectj.asm.internal   
org.aspectj.weaver.bcel   
org.aspectj.weaver.model   
 

Classes in org.aspectj.asm used by org.aspectj.asm
AsmManager
          The Abstract Structure Model (ASM) represents the containment hierarchy and crosscutting structure map for AspectJ programs.
AsmManager.ModelInfo
          A ModelInfo object captures basic information about the structure model.
HierarchyWalker
           
IElementHandleProvider
          Adapter used to uniquely identify program element handles.
IHierarchy
           
IHierarchyListener
          Compiler listeners get notified of structure model update events.
IModelFilter
          When dumping the model out (for debugging/testing), various parts of it can be passed through this filter.
IProgramElement
          Represents program elements in the AspectJ containment hierarchy.
IProgramElement.Accessibility
          Uses "typesafe enum" pattern.
IProgramElement.ExtraInformation
           
IProgramElement.Kind
          Uses "typesafe enum" pattern.
IProgramElement.Modifiers
          Uses "typesafe enum" pattern.
IRelationship
          A relationship has a name (e.g.
IRelationship.Kind
           
IRelationshipMap
          Maps from a program element handles to a list of relationships between that element and other program elements.
 

Classes in org.aspectj.asm used by org.aspectj.asm.internal
AsmManager
          The Abstract Structure Model (ASM) represents the containment hierarchy and crosscutting structure map for AspectJ programs.
HierarchyWalker
           
IElementHandleProvider
          Adapter used to uniquely identify program element handles.
IHierarchy
           
IProgramElement
          Represents program elements in the AspectJ containment hierarchy.
IProgramElement.Accessibility
          Uses "typesafe enum" pattern.
IProgramElement.ExtraInformation
           
IProgramElement.Kind
          Uses "typesafe enum" pattern.
IProgramElement.Modifiers
          Uses "typesafe enum" pattern.
IRelationship
          A relationship has a name (e.g.
IRelationship.Kind
           
IRelationshipMap
          Maps from a program element handles to a list of relationships between that element and other program elements.
 

Classes in org.aspectj.asm used by org.aspectj.weaver.bcel
AsmManager
          The Abstract Structure Model (ASM) represents the containment hierarchy and crosscutting structure map for AspectJ programs.
IRelationship.Kind
           
 

Classes in org.aspectj.asm used by org.aspectj.weaver.model
AsmManager
          The Abstract Structure Model (ASM) represents the containment hierarchy and crosscutting structure map for AspectJ programs.
IProgramElement
          Represents program elements in the AspectJ containment hierarchy.