Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.Attribute
-
Packages that use Attribute Package Description org.apache.commons.compress.harmony.unpack200 Internal package.org.apache.commons.compress.harmony.unpack200.bytecode 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 Attribute Modifier and Type Method Description java.util.List<Attribute>MetadataBandGroup. getAttributes()java.util.ArrayList<Attribute>[]ClassBands. getClassAttributes()java.util.ArrayList<Attribute>[][]ClassBands. getFieldAttributes()java.util.ArrayList<Attribute>[][]ClassBands. getMethodAttributes()java.util.ArrayList<java.util.List<Attribute>>ClassBands. getOrderedCodeAttributes()Gets an ArrayList of ArrayLists which hold the code attributes corresponding to all classes in order.java.util.List<Attribute>NewAttributeBands. parseAttributes(java.io.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.bytecode Modifier and Type Class Description classAnnotationDefaultAttributeAnnotationDefault class file attributeclassAnnotationsAttributeAbstracts Annotations attributes.classBCIRenumberedAttributeAbstract superclass for attributes that have some part encoded with Byte Code Injection (BCI) renumbering.classCodeAttributeclassConstantValueAttributeAnAttributerepresenting a constant.classDeprecatedAttributeDeprecated class file attribute.classEnclosingMethodAttributeEnclosing method class file attribute.classExceptionsAttributeExceptions class file attributeclassInnerClassesAttributeInner classes class file attributeclassLineNumberTableAttributeLine number tableclassLocalVariableTableAttributeLocal variable tableclassLocalVariableTypeTableAttributeLocal variable type table.classNewAttributeA compressor-defined class file attribute.classRuntimeVisibleorInvisibleAnnotationsAttributeAnnotations class file attribute, either a RuntimeVisibleAnnotations attribute or a RuntimeInvisibleAnnotations attribute.classRuntimeVisibleorInvisibleParameterAnnotationsAttributeParameter annotations class file attribute, either a RuntimeVisibleParameterAnnotations attribute or a RuntimeInvisibleParameterAnnotations attribute.classSignatureAttributeSignature class file attributeclassSourceFileAttributeSource file class file attributeFields in org.apache.commons.compress.harmony.unpack200.bytecode declared as Attribute Modifier and Type Field Description Attribute[]ClassFile. attributesFields in org.apache.commons.compress.harmony.unpack200.bytecode with type parameters of type Attribute Modifier and Type Field Description java.util.List<Attribute>CodeAttribute. attributesMethods in org.apache.commons.compress.harmony.unpack200.bytecode with parameters of type Attribute Modifier and Type Method Description voidCodeAttribute. addAttribute(Attribute attribute)Constructor parameters in org.apache.commons.compress.harmony.unpack200.bytecode with type arguments of type Attribute Constructor Description CPField(CPUTF8 name, CPUTF8 descriptor, long flags, java.util.List<Attribute> attributes)CPMember(CPUTF8 name, CPUTF8 descriptor, long flags, java.util.List<Attribute> attributes)Constructs a new CPMember.CPMethod(CPUTF8 name, CPUTF8 descriptor, long flags, java.util.List<Attribute> attributes)
-