Uses of Class
kala.compress.harmony.unpack200.bytecode.Attribute
-
Packages that use Attribute Package Description kala.compress.harmony.unpack200 Internal package.kala.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of Attribute in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 with type parameters of type Attribute Modifier and Type Field Description private java.util.List<Attribute>MetadataBandGroup. attributesMethods in kala.compress.harmony.unpack200 that return Attribute Modifier and Type Method Description private AttributeMetadataBandGroup. getAttribute(int numAnnotations, CPUTF8[] types, int[] pairCounts, java.util.Iterator<CPUTF8> namesIterator)private AttributeNewAttributeBands. getOneAttribute(int index, java.util.List<NewAttributeBands.AttributeLayoutElement> elements)Gets one attribute at the given index from the various bands.private AttributeMetadataBandGroup. getParameterAttribute(int numParameters, java.util.Iterator<CPUTF8> namesIterator)Methods in kala.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 kala.compress.harmony.unpack200.bytecode
Subclasses of Attribute in kala.compress.harmony.unpack200.bytecode Modifier and Type Class Description classAnnotationDefaultAttributeAnnotationDefault class file attributeclassAnnotationsAttributeAbstract superclass for Annotations attributesclassBCIRenumberedAttributeAbstract superclass for attributes that have some part encoded with a BCI renumberingclassCodeAttributeclassConstantValueAttributeAnAttributerepresenting 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 kala.compress.harmony.unpack200.bytecode declared as Attribute Modifier and Type Field Description Attribute[]ClassFile. attributesFields in kala.compress.harmony.unpack200.bytecode with type parameters of type Attribute Modifier and Type Field Description java.util.List<Attribute>CodeAttribute. attributes(package private) java.util.List<Attribute>CPMember. attributesMethods in kala.compress.harmony.unpack200.bytecode with parameters of type Attribute Modifier and Type Method Description voidCodeAttribute. addAttribute(Attribute attribute)Constructor parameters in kala.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)
-