Uses of Class
org.aspectj.weaver.AjAttribute
-
Packages that use AjAttribute Package Description org.aspectj.weaver org.aspectj.weaver.bcel -
-
Uses of AjAttribute in org.aspectj.weaver
Subclasses of AjAttribute in org.aspectj.weaver Modifier and Type Class Description static classAjAttribute.AdviceAttributestatic classAjAttribute.AjSyntheticstatic classAjAttribute.Aspectstatic classAjAttribute.DeclareAttributestatic classAjAttribute.EffectiveSignatureAttributestatic classAjAttribute.MethodDeclarationLineNumberAttributestatic classAjAttribute.PointcutDeclarationAttributestatic classAjAttribute.PrivilegedAttributestatic classAjAttribute.SourceContextAttributestatic classAjAttribute.TypeMungerstatic classAjAttribute.WeaverStatestatic classAjAttribute.WeaverVersionInfoMethods in org.aspectj.weaver that return AjAttribute Modifier and Type Method Description static AjAttributeAjAttribute. read(AjAttribute.WeaverVersionInfo v, 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 Modifier and Type Method Description static List<AjAttribute>AtAjAttributes. readAj5ClassAttributes(AsmManager model, JavaClass javaClass, ReferenceType type, ISourceContext context, IMessageHandler msgHandler, boolean isCodeStyleAspect)static List<AjAttribute>AtAjAttributes. readAj5FieldAttributes(Field field, org.aspectj.weaver.bcel.BcelField bField, ResolvedType type, ISourceContext context, IMessageHandler msgHandler)static List<AjAttribute>AtAjAttributes. readAj5MethodAttributes(Method method, org.aspectj.weaver.bcel.BcelMethod bMethod, ResolvedType type, ResolvedPointcutDefinition preResolvedPointcut, ISourceContext context, IMessageHandler msgHandler)static List<AjAttribute>Utility. readAjAttributes(String classname, Attribute[] as, ISourceContext context, World w, AjAttribute.WeaverVersionInfo version, ConstantPoolReader dataDecompressor)Methods in org.aspectj.weaver.bcel with parameters of type AjAttribute Modifier and Type Method Description voidLazyClassGen. addAttribute(AjAttribute attribute)static AttributeUtility. bcelAttribute(AjAttribute a, ConstantPool pool)
-