Uses of Class
org.aspectj.weaver.AjAttribute

Packages that use AjAttribute
org.aspectj.weaver   
org.aspectj.weaver.bcel   
 

Uses of AjAttribute in org.aspectj.weaver
 

Subclasses of AjAttribute in org.aspectj.weaver
static class AjAttribute.AdviceAttribute
           
static class AjAttribute.AjSynthetic
          Synthetic members should have NO advice put on them or on their contents.
static class AjAttribute.Aspect
           
static class AjAttribute.DeclareAttribute
           
static class AjAttribute.EffectiveSignatureAttribute
           
static class AjAttribute.MethodDeclarationLineNumberAttribute
           
static class AjAttribute.PointcutDeclarationAttribute
           
static class AjAttribute.PrivilegedAttribute
           
static class AjAttribute.SourceContextAttribute
           
static class AjAttribute.TypeMunger
           
static class AjAttribute.WeaverState
           
static class AjAttribute.WeaverVersionInfo
           
 

Methods in org.aspectj.weaver that return AjAttribute
static AjAttribute AjAttribute.read(AjAttribute.WeaverVersionInfo v, java.lang.String name, byte[] bytes, ISourceContext context, World w, ConstantPoolReader dataDecompressor)
           
 

Uses of AjAttribute in org.aspectj.weaver.bcel
 

Methods in org.aspectj.weaver.bcel that return types with arguments of type AjAttribute
static java.util.List<AjAttribute> AtAjAttributes.readAj5ClassAttributes(AsmManager model, JavaClass javaClass, ReferenceType type, ISourceContext context, IMessageHandler msgHandler, boolean isCodeStyleAspect)
          Extract class level annotations and turn them into AjAttributes.
static java.util.List<AjAttribute> AtAjAttributes.readAj5FieldAttributes(Field field, org.aspectj.weaver.bcel.BcelField bField, ResolvedType type, ISourceContext context, IMessageHandler msgHandler)
          Extract field level annotations and turn them into AjAttributes.
static java.util.List<AjAttribute> AtAjAttributes.readAj5MethodAttributes(Method method, org.aspectj.weaver.bcel.BcelMethod bMethod, ResolvedType type, ResolvedPointcutDefinition preResolvedPointcut, ISourceContext context, IMessageHandler msgHandler)
          Extract method level annotations and turn them into AjAttributes.
static java.util.List<AjAttribute> Utility.readAjAttributes(java.lang.String classname, Attribute[] as, ISourceContext context, World w, AjAttribute.WeaverVersionInfo version, ConstantPoolReader dataDecompressor)
           
 

Methods in org.aspectj.weaver.bcel with parameters of type AjAttribute
static Attribute Utility.bcelAttribute(AjAttribute a, ConstantPool pool)