Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
-
Packages that use ClassFileEntry Package Description org.apache.commons.compress.harmony.unpack200 Internal package.org.apache.commons.compress.harmony.unpack200.bytecode Internal package. -
-
Uses of ClassFileEntry in org.apache.commons.compress.harmony.unpack200
Methods in org.apache.commons.compress.harmony.unpack200 that return ClassFileEntry Modifier and Type Method Description ClassFileEntryAttributeLayout. getValue(long longIndex, java.lang.String type, SegmentConstantPool pool)Gets the ClassFileEntry for the given input.ClassFileEntryAttributeLayout. getValue(long longIndex, SegmentConstantPool pool)Gets the ClassFileEntry for the given input.ClassFileEntrySegmentConstantPool. getValue(int cp, long longIndex) -
Uses of ClassFileEntry in org.apache.commons.compress.harmony.unpack200.bytecode
Subclasses of ClassFileEntry in org.apache.commons.compress.harmony.unpack200.bytecode Modifier and Type Class Description classAnnotationDefaultAttributeAnnotationDefault class file attributeclassAnnotationsAttributeAbstracts Annotations attributes.classAttributeAbstract superclass for class file attributesclassBCIRenumberedAttributeAbstract superclass for attributes that have some part encoded with Byte Code Injection (BCI) renumbering.classByteCodeA bytecode class file entry.classCodeAttributeclassConstantPoolEntryAbstracts constant pool entries.classConstantValueAttributeAnAttributerepresenting 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 org.apache.commons.compress.harmony.unpack200.bytecode declared as ClassFileEntry Modifier and Type Field Description ClassFileEntry[]ClassFile. fieldsClassFileEntry[]ClassFile. methodsprotected static ClassFileEntry[]ClassFileEntry. NONEAn empty ClassFileEntry array.Fields in org.apache.commons.compress.harmony.unpack200.bytecode with type parameters of type ClassFileEntry Modifier and Type Field Description protected java.util.HashSet<ClassFileEntry>ClassConstantPool. entriesContainsSetprotected java.util.Map<ClassFileEntry,java.lang.Integer>ClassConstantPool. indexCacheprotected java.util.HashSet<ClassFileEntry>ClassConstantPool. othersContainsSetMethods in org.apache.commons.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 org.apache.commons.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 org.apache.commons.compress.harmony.unpack200.bytecode with parameters of type ClassFileEntry Constructor Description ByteCode(int opcode, ClassFileEntry[] nested)ConstantValueAttribute(ClassFileEntry entry)Constructs a new instance.
-