Uses of Interface
org.aspectj.util.IStructureModel

Packages that use IStructureModel
org.aspectj.asm   
org.aspectj.weaver   
 

Uses of IStructureModel in org.aspectj.asm
 

Classes in org.aspectj.asm that implement IStructureModel
 class AsmManager
          The Abstract Structure Model (ASM) represents the containment hierarchy and crosscutting structure map for AspectJ programs.
 

Uses of IStructureModel in org.aspectj.weaver
 

Methods in org.aspectj.weaver that return IStructureModel
 IStructureModel World.getModel()
           
 

Methods in org.aspectj.weaver with parameters of type IStructureModel
 void World.setModel(IStructureModel model)