Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
Packages that use Attribute
Package
Description
Internal package.
Internal package.
-
Uses of Attribute in org.apache.commons.compress.harmony.unpack200
Methods in org.apache.commons.compress.harmony.unpack200 that return types with arguments of type AttributeModifier and TypeMethodDescriptionMetadataBandGroup.getAttributes()
ClassBands.getClassAttributes()
ClassBands.getFieldAttributes()
ClassBands.getMethodAttributes()
ClassBands.getOrderedCodeAttributes()
Gets an ArrayList of ArrayLists which hold the code attributes corresponding to all classes in order.NewAttributeBands.parseAttributes
(InputStream in, int occurrenceCount) Parse the bands relating to this AttributeLayout and return the correct class file attributes as a List ofAttribute
. -
Uses of Attribute in org.apache.commons.compress.harmony.unpack200.bytecode
Subclasses of Attribute in org.apache.commons.compress.harmony.unpack200.bytecodeModifier and TypeClassDescriptionclass
AnnotationDefault class file attributeclass
Abstract superclass for Annotations attributesclass
Abstract superclass for attributes that have some part encoded with a BCI renumberingclass
class
AnAttribute
representing a constant.class
Deprecated class file attribute.class
Enclosing method class file attribute.class
Exceptions class file attributeclass
Inner classes class file attributeclass
Line number tableclass
Local variable tableclass
Local variable type table.class
A compressor-defined class file attribute.class
Annotations class file attribute, either a RuntimeVisibleAnnotations attribute or a RuntimeInvisibleAnnotations attribute.class
Parameter annotations class file attribute, either a RuntimeVisibleParameterAnnotations attribute or a RuntimeInvisibleParameterAnnotations attribute.class
Signature class file attributeclass
Source file class file attributeFields in org.apache.commons.compress.harmony.unpack200.bytecode declared as AttributeFields in org.apache.commons.compress.harmony.unpack200.bytecode with type parameters of type AttributeMethods in org.apache.commons.compress.harmony.unpack200.bytecode with parameters of type AttributeConstructor parameters in org.apache.commons.compress.harmony.unpack200.bytecode with type arguments of type AttributeModifierConstructorDescriptionConstructs a new CPMember.