Uses of Class
kala.compress.harmony.unpack200.bytecode.Attribute
Packages that use Attribute
Package
Description
Internal package.
Internal package.
-
Uses of Attribute in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 with type parameters of type AttributeMethods in kala.compress.harmony.unpack200 that return AttributeModifier and TypeMethodDescriptionprivate AttributeMetadataBandGroup.getAttribute(int numAnnotations, CPUTF8[] types, int[] pairCounts, Iterator<CPUTF8> namesIterator) private AttributeNewAttributeBands.getOneAttribute(int index, List<NewAttributeBands.AttributeLayoutElement> elements) Gets one attribute at the given index from the various bands.private AttributeMetadataBandGroup.getParameterAttribute(int numParameters, Iterator<CPUTF8> namesIterator) Methods in kala.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 kala.compress.harmony.unpack200.bytecode
Subclasses of Attribute in kala.compress.harmony.unpack200.bytecodeModifier and TypeClassDescriptionclassAnnotationDefault class file attributeclassAbstract superclass for Annotations attributesclassAbstract superclass for attributes that have some part encoded with a BCI renumberingclassclassAnAttributerepresenting a constant.classDeprecated class file attribute.classEnclosing method class file attribute.classExceptions class file attributeclassInner classes class file attributeclassLine number tableclassLocal variable tableclassLocal variable type table.classA compressor-defined class file attribute.classAnnotations class file attribute, either a RuntimeVisibleAnnotations attribute or a RuntimeInvisibleAnnotations attribute.classParameter annotations class file attribute, either a RuntimeVisibleParameterAnnotations attribute or a RuntimeInvisibleParameterAnnotations attribute.classSignature class file attributeclassSource file class file attributeFields in kala.compress.harmony.unpack200.bytecode declared as AttributeFields in kala.compress.harmony.unpack200.bytecode with type parameters of type AttributeMethods in kala.compress.harmony.unpack200.bytecode with parameters of type AttributeConstructor parameters in kala.compress.harmony.unpack200.bytecode with type arguments of type AttributeModifierConstructorDescriptionConstructs a new CPMember.