Uses of Class
kala.compress.harmony.unpack200.bytecode.CPUTF8
-
Packages that use CPUTF8 Package Description kala.compress.harmony.unpack200 Internal package.kala.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of CPUTF8 in kala.compress.harmony.unpack200
Fields in kala.compress.harmony.unpack200 declared as CPUTF8 Modifier and Type Field Description CPUTF8[]MetadataBandGroup. casec_RSCPUTF8[]MetadataBandGroup. cases_RUCPUTF8[]MetadataBandGroup. name_RUCPUTF8[]MetadataBandGroup. nestname_RUCPUTF8[]MetadataBandGroup. nesttype_RSprivate static CPUTF8MetadataBandGroup. riaUTF8private static CPUTF8MetadataBandGroup. ripaUTF8private static CPUTF8MetadataBandGroup. rvaUTF8private static CPUTF8MetadataBandGroup. rvpaUTF8CPUTF8[][]MetadataBandGroup. type_RSFields in kala.compress.harmony.unpack200 with type parameters of type CPUTF8 Modifier and Type Field Description private java.util.Iterator<CPUTF8>MetadataBandGroup. nestname_RU_Iteratorprivate java.util.Map<java.lang.String,CPUTF8>CpBands. stringsToCPUTF8Methods in kala.compress.harmony.unpack200 that return CPUTF8 Modifier and Type Method Description CPUTF8CpBands. cpSignatureValue(int index)CPUTF8CpBands. cpUTF8Value(int index)CPUTF8CpBands. cpUTF8Value(java.lang.String string)CPUTF8CpBands. cpUTF8Value(java.lang.String string, boolean searchForIndex)CPUTF8[]BandSet. parseCPSignatureReferences(java.lang.String name, java.io.InputStream in, BHSDCodec codec, int count)protected CPUTF8[][]BandSet. parseCPSignatureReferences(java.lang.String name, java.io.InputStream in, BHSDCodec codec, int[] counts)CPUTF8[]BandSet. parseCPUTF8References(java.lang.String name, java.io.InputStream in, BHSDCodec codec, int count)CPUTF8[][]BandSet. parseCPUTF8References(java.lang.String name, java.io.InputStream in, BHSDCodec codec, int[] counts)Methods in kala.compress.harmony.unpack200 with parameters of type CPUTF8 Modifier and Type Method Description private AnnotationsAttribute.AnnotationMetadataBandGroup. getAnnotation(CPUTF8 type, int pairCount, java.util.Iterator<CPUTF8> namesIterator)private AttributeMetadataBandGroup. getAttribute(int numAnnotations, CPUTF8[] types, int[] pairCounts, java.util.Iterator<CPUTF8> namesIterator)static voidMetadataBandGroup. setRiaAttributeName(CPUTF8 cpUTF8Value)static voidMetadataBandGroup. setRipaAttributeName(CPUTF8 cpUTF8Value)static voidMetadataBandGroup. setRvaAttributeName(CPUTF8 cpUTF8Value)static voidMetadataBandGroup. setRvpaAttributeName(CPUTF8 cpUTF8Value)Method parameters in kala.compress.harmony.unpack200 with type arguments of type CPUTF8 Modifier and Type Method Description private AnnotationsAttribute.AnnotationMetadataBandGroup. getAnnotation(CPUTF8 type, int pairCount, java.util.Iterator<CPUTF8> namesIterator)private AttributeMetadataBandGroup. getAttribute(int numAnnotations, CPUTF8[] types, int[] pairCounts, java.util.Iterator<CPUTF8> namesIterator)private AttributeMetadataBandGroup. getParameterAttribute(int numParameters, java.util.Iterator<CPUTF8> namesIterator) -
Uses of CPUTF8 in kala.compress.harmony.unpack200.bytecode
Fields in kala.compress.harmony.unpack200.bytecode declared as CPUTF8 Modifier and Type Field Description private static CPUTF8AnnotationDefaultAttribute. attributeNameprotected CPUTF8Attribute. attributeNameprivate static CPUTF8CodeAttribute. attributeNameprivate static CPUTF8ConstantValueAttribute. attributeNameprivate static CPUTF8DeprecatedAttribute. attributeNameprivate static CPUTF8EnclosingMethodAttribute. attributeNameprivate static CPUTF8ExceptionsAttribute. attributeNameprivate static CPUTF8InnerClassesAttribute. attributeNameprivate static CPUTF8LineNumberTableAttribute. attributeNameprivate static CPUTF8LocalVariableTableAttribute. attributeNameprivate static CPUTF8LocalVariableTypeTableAttribute. attributeNameprivate static CPUTF8SignatureAttribute. attributeNameprivate static CPUTF8SourceFileAttribute. attributeNameprotected CPUTF8CPMember. descriptor(package private) CPUTF8CPNameAndType. descriptorprivate CPUTF8[]LocalVariableTableAttribute. descriptorsprivate CPUTF8[]AnnotationsAttribute.Annotation. elementNames(package private) CPUTF8InnerClassesAttribute.InnerClassesEntry. innerClassName(package private) CPUTF8CPMember. name(package private) CPUTF8CPNameAndType. nameprivate CPUTF8CPString. nameprivate CPUTF8SourceFileAttribute. nameprivate CPUTF8[]LocalVariableTableAttribute. namesprivate CPUTF8[]LocalVariableTypeTableAttribute. namesprivate CPUTF8SignatureAttribute. signatureprivate CPUTF8[]LocalVariableTypeTableAttribute. signaturesprivate CPUTF8AnnotationsAttribute.Annotation. typeprivate CPUTF8CPClass. utf8Methods in kala.compress.harmony.unpack200.bytecode that return CPUTF8 Modifier and Type Method Description protected CPUTF8Attribute. getAttributeName()Methods in kala.compress.harmony.unpack200.bytecode with parameters of type CPUTF8 Modifier and Type Method Description voidInnerClassesAttribute. addInnerClassesEntry(CPClass innerClass, CPClass outerClass, CPUTF8 innerName, int flags)static voidAnnotationDefaultAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidCodeAttribute. setAttributeName(CPUTF8 attributeName)static voidConstantValueAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidDeprecatedAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidEnclosingMethodAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidExceptionsAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidInnerClassesAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidLineNumberTableAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidLocalVariableTableAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidLocalVariableTypeTableAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidSignatureAttribute. setAttributeName(CPUTF8 cpUTF8Value)static voidSourceFileAttribute. setAttributeName(CPUTF8 cpUTF8Value)Constructors in kala.compress.harmony.unpack200.bytecode with parameters of type CPUTF8 Constructor Description Annotation(int numPairs, CPUTF8 type, CPUTF8[] elementNames, AnnotationsAttribute.ElementValue[] elementValues)AnnotationsAttribute(CPUTF8 attributeName)Attribute(CPUTF8 attributeName)BCIRenumberedAttribute(CPUTF8 attributeName)CPClass(CPUTF8 name, int globalIndex)Creates a new CPClassCPField(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)CPNameAndType(CPUTF8 name, CPUTF8 descriptor, int globalIndex)Constructs a new CPNameAndType.CPString(CPUTF8 value, int globalIndex)InnerClassesEntry(CPClass innerClass, CPClass outerClass, CPUTF8 innerName, int flags)LocalVariableTableAttribute(int localVariableTableLength, int[] startPcs, int[] lengths, CPUTF8[] names, CPUTF8[] descriptors, int[] indexes)LocalVariableTypeTableAttribute(int localVariableTypeTableLength, int[] startPcs, int[] lengths, CPUTF8[] names, CPUTF8[] signatures, int[] indexes)NewAttribute(CPUTF8 attributeName, int layoutIndex)RuntimeVisibleorInvisibleAnnotationsAttribute(CPUTF8 name, AnnotationsAttribute.Annotation[] annotations)RuntimeVisibleorInvisibleParameterAnnotationsAttribute(CPUTF8 name, RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation[] parameterAnnotations)SignatureAttribute(CPUTF8 value)SourceFileAttribute(CPUTF8 name)
-