Uses of Class
org.aspectj.asm.AsmManager
-
Packages that use AsmManager Package Description org.aspectj.asm org.aspectj.asm.internal org.aspectj.weaver.bcel org.aspectj.weaver.model -
-
Uses of AsmManager in org.aspectj.asm
Fields in org.aspectj.asm declared as AsmManager Modifier and Type Field Description static AsmManagerAsmManager. lastActiveStructureModelMethods in org.aspectj.asm that return AsmManager Modifier and Type Method Description static AsmManagerAsmManager. createNewStructureModel(Map<File,String> inpathMap)AsmManagerIProgramElement. getModel()Methods in org.aspectj.asm with parameters of type AsmManager Modifier and Type Method Description static voidAsmManager. setLastActiveStructureModel(AsmManager structureModel) -
Uses of AsmManager in org.aspectj.asm.internal
Fields in org.aspectj.asm.internal declared as AsmManager Modifier and Type Field Description AsmManagerProgramElement. asmMethods in org.aspectj.asm.internal that return AsmManager Modifier and Type Method Description AsmManagerProgramElement. getModel()Methods in org.aspectj.asm.internal with parameters of type AsmManager Modifier and Type Method Description voidAspectJElementHierarchy. setAsmManager(AsmManager asm)Constructors in org.aspectj.asm.internal with parameters of type AsmManager Constructor Description AspectJElementHierarchy(AsmManager asm)JDTLikeHandleProvider(AsmManager asm)ProgramElement(AsmManager asm, String name, IProgramElement.Kind kind, List<IProgramElement> children)ProgramElement(AsmManager asm, String name, IProgramElement.Kind kind, ISourceLocation sourceLocation, int modifiers, String comment, List<IProgramElement> children) -
Uses of AsmManager in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return AsmManager Modifier and Type Method Description AsmManagerBcelWorld. getModelAsAsmManager()Methods in org.aspectj.weaver.bcel with parameters of type AsmManager Modifier and Type Method Description static List<AjAttribute>AtAjAttributes. readAj5ClassAttributes(AsmManager model, JavaClass javaClass, ReferenceType type, ISourceContext context, IMessageHandler msgHandler, boolean isCodeStyleAspect) -
Uses of AsmManager in org.aspectj.weaver.model
Methods in org.aspectj.weaver.model with parameters of type AsmManager Modifier and Type Method Description static voidAsmRelationshipProvider. addAdvisedRelationship(AsmManager model, Shadow matchedShadow, ShadowMunger munger)static voidAsmRelationshipProvider. addDeclareAnnotationFieldRelationship(AsmManager model, ISourceLocation declareLocation, String affectedTypeName, ResolvedMember affectedFieldName, boolean isRemove)static voidAsmRelationshipProvider. addDeclareAnnotationMethodRelationship(ISourceLocation sourceLocation, String affectedTypeName, ResolvedMember affectedMethod, AsmManager model)static voidAsmRelationshipProvider. addDeclareAnnotationRelationship(AsmManager model, ISourceLocation declareAnnotationLocation, ISourceLocation annotatedLocation, boolean isRemove)static voidAsmRelationshipProvider. addDeclareErrorOrWarningRelationship(AsmManager model, Shadow affectedShadow, Checker deow)static voidAsmRelationshipProvider. addRelationship(AsmManager model, ResolvedType onType, ResolvedTypeMunger typeTransformer, ResolvedType originatingAspect)static IProgramElementAsmRelationshipProvider. createFileStructureNode(AsmManager asm, String sourceFilePath)static voidAsmRelationshipProvider. createHierarchyForBinaryAspect(AsmManager asm, ShadowMunger munger)static StringAsmRelationshipProvider. getHandle(AsmManager asm, Advice advice)protected static IProgramElementAsmRelationshipProvider. getNode(AsmManager model, Shadow shadow)
-