Uses of Class
kala.compress.harmony.unpack200.bytecode.ClassFileEntry
-
Packages that use ClassFileEntry Package Description kala.compress.harmony.unpack200 Internal package.kala.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of ClassFileEntry in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 that return ClassFileEntry Modifier and Type Method Description ClassFileEntryAttributeLayout. getValue(long value, java.lang.String type, SegmentConstantPool pool)ClassFileEntryAttributeLayout. getValue(long value, SegmentConstantPool pool)private static ClassFileEntryAttributeLayout. getValue(java.lang.String layout, long value, SegmentConstantPool pool)ClassFileEntrySegmentConstantPool. getValue(int cp, long value) -
Uses of ClassFileEntry in kala.compress.harmony.unpack200.bytecode
Subclasses of ClassFileEntry in kala.compress.harmony.unpack200.bytecode Modifier and Type Class Description classAnnotationDefaultAttributeAnnotationDefault class file attributeclassAnnotationsAttributeAbstract superclass for Annotations attributesclassAttributeAbstract superclass for class file attributesclassBCIRenumberedAttributeAbstract superclass for attributes that have some part encoded with a BCI renumberingclassByteCodeA bytecode class file entry.classCodeAttributeclassConstantPoolEntryAbstract superclass for constant pool entriesclassConstantValueAttributeAnAttributerepresenting a constant.classCPClassConstant pool entry for a classclassCPConstantAbstract superclass for constant pool constant entries such as numbers or StringsclassCPConstantNumberAbstract superclass for constant pool entries that are numbers.classCPDoubleDouble constant pool entry.classCPFieldField constant pool entry.classCPFieldRefField reference constant pool entry.classCPFloatFloat constant pool entry.classCPIntegerInteger constant pool entry.classCPInterfaceMethodRefInterface method reference constant pool entry.classCPLongLong constant pool entry.classCPMemberSuperclass for member constant pool entries, such as fields or methods.classCPMethodMethod constant pool entry.classCPMethodRefMethod reference constant pool entry.classCPNameAndTypeName and Type pair constant pool entry.classCPRefAbstract superclass for reference constant pool entries, such as a method or field reference.classCPStringString constant pool entry.classCPUTF8UTF8 constant pool entry, used for storing long Strings.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 ClassFileEntry Modifier and Type Field Description private ClassFileEntryConstantValueAttribute. entryClassFileEntry[]ClassFile. fieldsClassFileEntry[]ClassFile. methodsprivate ClassFileEntry[]ByteCode. nestedprotected static ClassFileEntry[]ClassFileEntry. NONEFields in kala.compress.harmony.unpack200.bytecode with type parameters of type ClassFileEntry Modifier and Type Field Description private java.util.List<ClassFileEntry>ClassConstantPool. entriesprotected java.util.HashSet<ClassFileEntry>ClassConstantPool. entriesContainsSetprotected java.util.Map<ClassFileEntry,java.lang.Integer>ClassConstantPool. indexCacheprivate java.util.HashSet<ClassFileEntry>ClassConstantPool. mustStartClassPoolprivate java.util.List<ClassFileEntry>ClassConstantPool. othersprotected java.util.HashSet<ClassFileEntry>ClassConstantPool. othersContainsSetMethods in kala.compress.harmony.unpack200.bytecode that return types with arguments of type ClassFileEntry Modifier and Type Method Description java.util.List<ClassFileEntry>ClassConstantPool. entries()Methods in kala.compress.harmony.unpack200.bytecode with parameters of type ClassFileEntry Modifier and Type Method Description ClassFileEntryClassConstantPool. add(ClassFileEntry entry)ClassFileEntryClassConstantPool. addWithNestedEntries(ClassFileEntry entry)intClassConstantPool. indexOf(ClassFileEntry entry)voidByteCode. setNested(ClassFileEntry[] nested)Constructors in kala.compress.harmony.unpack200.bytecode with parameters of type ClassFileEntry Constructor Description ByteCode(int opcode, ClassFileEntry[] nested)ConstantValueAttribute(ClassFileEntry entry)
-