Uses of Class
org.aspectj.apache.bcel.classfile.Attribute
-
Packages that use Attribute Package Description org.aspectj.apache.bcel.classfile org.aspectj.apache.bcel.classfile.annotation org.aspectj.apache.bcel.generic org.aspectj.weaver.bcel -
-
Uses of Attribute in org.aspectj.apache.bcel.classfile
Subclasses of Attribute in org.aspectj.apache.bcel.classfile Modifier and Type Class Description classAnnotationDefaultclassBootstrapMethodsclassCodeclassConstantValueclassDeprecatedclassEnclosingMethodclassExceptionTableclassInnerClassesclassLineNumberTableclassLocalVariableTableclassLocalVariableTypeTableclassMethodParametersclassModuleclassModuleMainClassclassModulePackagesclassNestHostclassNestMembersclassSignatureclassSourceFileclassStackMapclassSyntheticclassUnknownFields in org.aspectj.apache.bcel.classfile declared as Attribute Modifier and Type Field Description protected Attribute[]FieldOrMethod. attributesstatic Attribute[]Attribute. NoAttributesMethods in org.aspectj.apache.bcel.classfile that return Attribute Modifier and Type Method Description AttributeAnnotationDefault. copy(ConstantPool constant_pool)AttributeEnclosingMethod. copy(ConstantPool constant_pool)Attribute[]Code. getAttributes()Attribute[]FieldOrMethod. getAttributes()Attribute[]JavaClass. getAttributes()static Attribute[]Utility. getParameterAnnotationAttributes(ConstantPool cp, List<AnnotationGen>[] vec)static AttributeAttribute. readAttribute(DataInputStream file, ConstantPool cpool)static Attribute[]AttributeUtils. readAttributes(DataInputStream dataInputstream, ConstantPool cpool)Methods in org.aspectj.apache.bcel.classfile with parameters of type Attribute Modifier and Type Method Description static voidAttributeUtils. accept(Attribute[] attributes, ClassVisitor visitor)static CodeAttributeUtils. getCodeAttribute(Attribute[] attributes)static ConstantValueAttributeUtils. getConstantValueAttribute(Attribute[] attributes)static ExceptionTableAttributeUtils. getExceptionTableAttribute(Attribute[] attributes)static SignatureAttributeUtils. getSignatureAttribute(Attribute[] attributes)static SourceFileAttributeUtils. getSourceFileAttribute(Attribute[] attributes)static booleanAttributeUtils. hasSyntheticAttribute(Attribute[] attributes)voidCode. setAttributes(Attribute[] attributes)voidFieldOrMethod. setAttributes(Attribute[] attributes)voidJavaClass. setAttributes(Attribute[] attributes)voidMethod. setAttributes(Attribute[] attributes)static voidAttributeUtils. writeAttributes(Attribute[] attributes, DataOutputStream file)Constructors in org.aspectj.apache.bcel.classfile with parameters of type Attribute Constructor Description Code(int name_index, int length, int max_stack, int max_locals, byte[] code, CodeException[] exception_table, Attribute[] attributes, ConstantPool constant_pool)Field(int modifiers, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool)FieldOrMethod(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool cpool)JavaClass(int classnameIndex, int superclassnameIndex, String filename, int major, int minor, int access_flags, ConstantPool cpool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes)Method(int access_flags, int name_index, int signature_index, Attribute[] attributes, ConstantPool constant_pool) -
Uses of Attribute in org.aspectj.apache.bcel.classfile.annotation
Subclasses of Attribute in org.aspectj.apache.bcel.classfile.annotation Modifier and Type Class Description classRuntimeAnnosclassRuntimeInvisAnnosclassRuntimeInvisParamAnnosclassRuntimeInvisTypeAnnosclassRuntimeParamAnnosclassRuntimeTypeAnnosclassRuntimeVisAnnosclassRuntimeVisParamAnnosclassRuntimeVisTypeAnnosMethods in org.aspectj.apache.bcel.classfile.annotation that return Attribute Modifier and Type Method Description AttributeRuntimeInvisAnnos. copy(ConstantPool constant_pool)AttributeRuntimeInvisParamAnnos. copy(ConstantPool constant_pool)AttributeRuntimeParamAnnos. copy(ConstantPool constant_pool)AttributeRuntimeTypeAnnos. copy(ConstantPool constant_pool)AttributeRuntimeVisAnnos. copy(ConstantPool constant_pool)AttributeRuntimeVisParamAnnos. copy(ConstantPool constant_pool) -
Uses of Attribute in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return Attribute Modifier and Type Method Description AttributeClassGen. getAttribute(String attributeName)Attribute[]FieldGenOrMethodGen. getAttributesImmutable()Attribute[]MethodGen. getCodeAttributes()Methods in org.aspectj.apache.bcel.generic that return types with arguments of type Attribute Modifier and Type Method Description Collection<Attribute>ClassGen. getAttributes()List<Attribute>FieldGenOrMethodGen. getAttributes()Methods in org.aspectj.apache.bcel.generic with parameters of type Attribute Modifier and Type Method Description voidClassGen. addAttribute(Attribute a)voidFieldGenOrMethodGen. addAttribute(Attribute a)voidMethodGen. addCodeAttribute(Attribute a)voidClassGen. removeAttribute(Attribute a)voidFieldGenOrMethodGen. removeAttribute(Attribute a)voidMethodGen. removeCodeAttribute(Attribute a) -
Uses of Attribute in org.aspectj.weaver.bcel
Methods in org.aspectj.weaver.bcel that return Attribute Modifier and Type Method Description static AttributeUtility. bcelAttribute(AjAttribute a, ConstantPool pool)Methods in org.aspectj.weaver.bcel that return types with arguments of type Attribute Modifier and Type Method Description Collection<Attribute>LazyClassGen. getAttributes()List<Attribute>LazyMethodGen. getAttributes()Methods in org.aspectj.weaver.bcel with parameters of type Attribute Modifier and Type Method Description static booleanAtAjAttributes. acceptAttribute(Attribute attribute)voidLazyClassGen. addAttribute(Attribute attribute)voidLazyMethodGen. addAttribute(Attribute attribute)static List<AjAttribute>Utility. readAjAttributes(String classname, Attribute[] as, ISourceContext context, World w, AjAttribute.WeaverVersionInfo version, ConstantPoolReader dataDecompressor)
-