Uses of Class
org.apache.bcel.classfile.Attribute
Packages that use Attribute
Package
Description
Classes that describe the structure of a Java class file and a class file parser.
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
-
Uses of Attribute in org.apache.bcel.classfile
Subclasses of Attribute in org.apache.bcel.classfileModifier and TypeClassDescriptionclassRepresents the default value of a annotation for a method info.classbase class for annotationsclassThis class represents a BootstrapMethods attribute.final classThis class represents a chunk of Java byte code contained in a method.final classThis class is derived from Attribute and represents a constant value, i.e., a default value for initializing a class field.final classThis class is derived from Attribute and denotes that this is a deprecated method.classThis attribute exists for local or anonymous classes and ...final classThis class represents the table of exceptions that are thrown by a method.final classThis class is derived from Attribute and denotes that this class is an Inner class of another.final classThis class represents a table of line numbers for debugging purposes.classThis class represents colection of local variables in a method.classclassThis class represents a MethodParameters attribute.final classThis class is derived from Attribute and represents the list of modules required, exported, opened or provided by a module.final classThis class is derived from Attribute and indicates the main class of a module.final classThis class is derived from Attribute and represents the list of packages that are exported or opened by the Module attribute.final classThis class is derived from Attribute and records the nest host of the nest to which the current class or interface claims to belong.final classThis class is derived from Attribute and records the classes and interfaces that are authorized to claim membership in the nest hosted by the current class or interface.classbase class for parameter annotationsfinal classThis class is derived from Attribute and represents a reference to a PMG attribute.classrepresents an annotation that is represented in the class file but is not provided to the JVM.classRepresents a parameter annotation that is represented in the class file but is not provided to the JVM.classrepresents an annotation that is represented in the class file and is provided to the JVM.classRepresents a parameter annotation that is represented in the class file and is provided to the JVM.final classThis class is derived from Attribute and represents a reference to a GJ attribute.final classThis class is derived from Attribute and represents a reference to the source file of this class.final classThis class represents a stack map attribute used for preverification of Java classes for the Java 2 Micro Edition (J2ME).final classThis class is derived from Attribute and declares this class as 'synthetic', i.e., it needs special handling.final classThis class represents a reference to an unknown (i.e., application-specific) attribute of a class.Fields in org.apache.bcel.classfile declared as AttributeModifier and TypeFieldDescriptionprivate Attribute[]ClassParser.attributesprivate Attribute[]Code.attributesprotected Attribute[]FieldOrMethod.attributesDeprecated.(since 6.0) will be made private; do not access directly, use getter/setterprivate Attribute[]JavaClass.attributesstatic final Attribute[]Attribute.EMPTY_ARRAYEmpty array.Methods in org.apache.bcel.classfile that return AttributeModifier and TypeMethodDescriptionAnnotationDefault.copy(ConstantPool constantPool) Annotations.copy(ConstantPool constantPool) abstract AttributeAttribute.copy(ConstantPool constantPool) Code.copy(ConstantPool constantPool) ConstantValue.copy(ConstantPool constantPool) Deprecated.copy(ConstantPool constantPool) EnclosingMethod.copy(ConstantPool constantPool) ExceptionTable.copy(ConstantPool constantPool) InnerClasses.copy(ConstantPool constantPool) LineNumberTable.copy(ConstantPool constantPool) LocalVariableTable.copy(ConstantPool constantPool) LocalVariableTypeTable.copy(ConstantPool constantPool) MethodParameters.copy(ConstantPool constantPool) Module.copy(ConstantPool constantPool) ModuleMainClass.copy(ConstantPool constantPool) ModulePackages.copy(ConstantPool constantPool) NestHost.copy(ConstantPool constantPool) NestMembers.copy(ConstantPool constantPool) ParameterAnnotations.copy(ConstantPool constantPool) PMGClass.copy(ConstantPool constantPool) RuntimeInvisibleAnnotations.copy(ConstantPool constantPool) RuntimeVisibleAnnotations.copy(ConstantPool constantPool) Signature.copy(ConstantPool constantPool) SourceFile.copy(ConstantPool constantPool) StackMap.copy(ConstantPool constantPool) Synthetic.copy(ConstantPool constantPool) Unknown.copy(ConstantPool constantPool) AttributeReader.createAttribute(int nameIndex, int length, DataInputStream file, ConstantPool constantPool) Deprecated.When this attribute reader is added via the static method Attribute.addAttributeReader, an attribute name is associated with it.UnknownAttributeReader.createAttribute(int nameIndex, int length, DataInput file, ConstantPool constantPool) When this attribute reader is added via the static method Attribute.addAttributeReader, an attribute name is associated with it.Code.getAttributes()final Attribute[]FieldOrMethod.getAttributes()JavaClass.getAttributes()static AttributeAttribute.readAttribute(DataInput dataInput, ConstantPool constantPool) Class method reads one attribute from the input data stream.static AttributeAttribute.readAttribute(DataInputStream dataInputStream, ConstantPool constantPool) Class method reads one attribute from the input data stream.Methods in org.apache.bcel.classfile with parameters of type AttributeModifier and TypeMethodDescriptionstatic AnnotationEntry[]AnnotationEntry.createAnnotationEntries(Attribute[] attrs) static ParameterAnnotationEntry[]ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[] attrs) voidCode.setAttributes(Attribute[] attributes) final voidFieldOrMethod.setAttributes(Attribute[] attributes) voidJavaClass.setAttributes(Attribute[] attributes) Constructors in org.apache.bcel.classfile with parameters of type AttributeModifierConstructorDescriptionCode(int nameIndex, int length, int maxStack, int maxLocals, byte[] code, CodeException[] exceptionTable, Attribute[] attributes, ConstantPool constantPool) Field(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool constantPool) protectedFieldOrMethod(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool constantPool) JavaClass(int classNameIndex, int superclassNameIndex, String fileName, int major, int minor, int accessFlags, ConstantPool constantPool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes) Constructor gets all contents as arguments.JavaClass(int classNameIndex, int superclassNameIndex, String fileName, int major, int minor, int accessFlags, ConstantPool constantPool, int[] interfaces, Field[] fields, Method[] methods, Attribute[] attributes, byte source) Constructor gets all contents as arguments.Method(int accessFlags, int nameIndex, int signatureIndex, Attribute[] attributes, ConstantPool constantPool) -
Uses of Attribute in org.apache.bcel.generic
Fields in org.apache.bcel.generic with type parameters of type AttributeModifier and TypeFieldDescriptionClassGen.attributeListFieldGenOrMethodGen.attributeListMethodGen.codeAttrsListMethods in org.apache.bcel.generic that return AttributeModifier and TypeMethodDescriptionprivate Attribute[]MethodGen.addRuntimeAnnotationsAsAttribute(ConstantPoolGen cp) private Attribute[]MethodGen.addRuntimeParameterAnnotationsAsAttribute(ConstantPoolGen cp) (package private) static Attribute[]AnnotationEntryGen.getAnnotationAttributes(ConstantPoolGen cp, AnnotationEntryGen[] annotationEntryGens) Converts a list of AnnotationGen objects into a set of attributes that can be attached to the class file.ClassGen.getAttributes()FieldGenOrMethodGen.getAttributes()MethodGen.getCodeAttributes()(package private) static Attribute[]AnnotationEntryGen.getParameterAnnotationAttributes(ConstantPoolGen cp, List<AnnotationEntryGen>[] vec) Annotations against a class are stored in one of four attribute kinds: - RuntimeVisibleParameterAnnotations - RuntimeInvisibleParameterAnnotationsMethods in org.apache.bcel.generic with parameters of type AttributeModifier and TypeMethodDescriptionprotected voidvoidClassGen.addAttribute(Attribute a) Add an attribute to this class.voidFieldGenOrMethodGen.addAttribute(Attribute a) Add an attribute to this method.voidMethodGen.addCodeAttribute(Attribute a) Add an attribute to the code.voidClassGen.removeAttribute(Attribute a) Remove an attribute from this class.voidFieldGenOrMethodGen.removeAttribute(Attribute a) Remove an attribute.voidMethodGen.removeCodeAttribute(Attribute a) Remove a code attribute.voidMethodGen.removeRuntimeAttributes(Attribute[] attrs) Would prefer to make this private, but need a way to test if client is using BCEL version 6.5.0 or later that contains fix for BCEL-329.private AnnotationEntryGen[]ClassGen.unpackAnnotations(Attribute[] attrs) Look for attributes representing annotations and unpack them. -
Uses of Attribute in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type AttributeModifier and TypeMethodDescription(package private) voidAttributeHTML.writeAttribute(Attribute attribute, String anchor) (package private) voidAttributeHTML.writeAttribute(Attribute attribute, String anchor, int methodNumber)