Uses of Class
kala.compress.harmony.unpack200.bytecode.ClassFileEntry
Packages that use ClassFileEntry
Package
Description
Internal package.
Internal package.
-
Uses of ClassFileEntry in kala.compress.harmony.unpack200
Methods in kala.compress.harmony.unpack200 that return ClassFileEntryModifier and TypeMethodDescriptionAttributeLayout.getValue(long value, String type, SegmentConstantPool pool) AttributeLayout.getValue(long value, SegmentConstantPool pool) private static ClassFileEntryAttributeLayout.getValue(String layout, long value, SegmentConstantPool pool) SegmentConstantPool.getValue(int cp, long value) -
Uses of ClassFileEntry in kala.compress.harmony.unpack200.bytecode
Subclasses of ClassFileEntry in kala.compress.harmony.unpack200.bytecodeModifier and TypeClassDescriptionclassAnnotationDefault class file attributeclassAbstract superclass for Annotations attributesclassAbstract superclass for class file attributesclassAbstract superclass for attributes that have some part encoded with a BCI renumberingclassA bytecode class file entry.classclassAbstract superclass for constant pool entriesclassAnAttributerepresenting a constant.classConstant pool entry for a classclassAbstract superclass for constant pool constant entries such as numbers or StringsclassAbstract superclass for constant pool entries that are numbers.classDouble constant pool entry.classField constant pool entry.classField reference constant pool entry.classFloat constant pool entry.classInteger constant pool entry.classInterface method reference constant pool entry.classLong constant pool entry.classSuperclass for member constant pool entries, such as fields or methods.classMethod constant pool entry.classMethod reference constant pool entry.className and Type pair constant pool entry.classAbstract superclass for reference constant pool entries, such as a method or field reference.classString constant pool entry.classUTF8 constant pool entry, used for storing long Strings.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 ClassFileEntryModifier and TypeFieldDescriptionprivate final ClassFileEntryConstantValueAttribute.entryClassFile.fieldsClassFile.methodsprivate ClassFileEntry[]ByteCode.nestedprotected static final ClassFileEntry[]ClassFileEntry.NONEFields in kala.compress.harmony.unpack200.bytecode with type parameters of type ClassFileEntryModifier and TypeFieldDescriptionprivate final List<ClassFileEntry> ClassConstantPool.entriesprotected HashSet<ClassFileEntry> ClassConstantPool.entriesContainsSetprotected Map<ClassFileEntry, Integer> ClassConstantPool.indexCacheprivate final HashSet<ClassFileEntry> ClassConstantPool.mustStartClassPoolprivate final List<ClassFileEntry> ClassConstantPool.othersprotected HashSet<ClassFileEntry> ClassConstantPool.othersContainsSetMethods in kala.compress.harmony.unpack200.bytecode that return ClassFileEntryModifier and TypeMethodDescriptionClassConstantPool.add(ClassFileEntry entry) ClassConstantPool.addWithNestedEntries(ClassFileEntry entry) ClassConstantPool.get(int i) protected ClassFileEntry[]AnnotationDefaultAttribute.getNestedClassFileEntries()protected ClassFileEntry[]Attribute.getNestedClassFileEntries()ByteCode.getNestedClassFileEntries()protected ClassFileEntry[]ClassFileEntry.getNestedClassFileEntries()protected ClassFileEntry[]CodeAttribute.getNestedClassFileEntries()protected ClassFileEntry[]ConstantValueAttribute.getNestedClassFileEntries()protected ClassFileEntry[]CPClass.getNestedClassFileEntries()protected ClassFileEntry[]CPFieldRef.getNestedClassFileEntries()protected ClassFileEntry[]CPMember.getNestedClassFileEntries()protected ClassFileEntry[]CPMethodRef.getNestedClassFileEntries()protected ClassFileEntry[]CPNameAndType.getNestedClassFileEntries()protected ClassFileEntry[]CPRef.getNestedClassFileEntries()protected ClassFileEntry[]CPString.getNestedClassFileEntries()protected ClassFileEntry[]EnclosingMethodAttribute.getNestedClassFileEntries()protected ClassFileEntry[]ExceptionsAttribute.getNestedClassFileEntries()protected ClassFileEntry[]InnerClassesAttribute.getNestedClassFileEntries()protected ClassFileEntry[]LineNumberTableAttribute.getNestedClassFileEntries()protected ClassFileEntry[]LocalVariableTableAttribute.getNestedClassFileEntries()protected ClassFileEntry[]LocalVariableTypeTableAttribute.getNestedClassFileEntries()protected ClassFileEntry[]NewAttribute.getNestedClassFileEntries()protected ClassFileEntry[]RuntimeVisibleorInvisibleAnnotationsAttribute.getNestedClassFileEntries()protected ClassFileEntry[]RuntimeVisibleorInvisibleParameterAnnotationsAttribute.getNestedClassFileEntries()protected ClassFileEntry[]SignatureAttribute.getNestedClassFileEntries()protected ClassFileEntry[]SourceFileAttribute.getNestedClassFileEntries()Methods in kala.compress.harmony.unpack200.bytecode that return types with arguments of type ClassFileEntryMethods in kala.compress.harmony.unpack200.bytecode with parameters of type ClassFileEntryModifier and TypeMethodDescriptionClassConstantPool.add(ClassFileEntry entry) ClassConstantPool.addWithNestedEntries(ClassFileEntry entry) intClassConstantPool.indexOf(ClassFileEntry entry) voidByteCode.setNested(ClassFileEntry[] nested) Constructors in kala.compress.harmony.unpack200.bytecode with parameters of type ClassFileEntry