Uses of Class
org.apache.commons.compress.harmony.unpack200.bytecode.ClassFileEntry
Package
Description
Internal package.
Internal package.
-
Uses of ClassFileEntry in org.apache.commons.compress.harmony.unpack200
Modifier and TypeMethodDescriptionAttributeLayout.getValue
(long value, String type, SegmentConstantPool pool) AttributeLayout.getValue
(long value, SegmentConstantPool pool) SegmentConstantPool.getValue
(int cp, long value) -
Uses of ClassFileEntry in org.apache.commons.compress.harmony.unpack200.bytecode
Modifier and TypeClassDescriptionclass
AnnotationDefault class file attributeclass
Abstract superclass for Annotations attributesclass
Abstract superclass for class file attributesclass
Abstract superclass for attributes that have some part encoded with a BCI renumberingclass
A bytecode class file entry.class
class
Abstract superclass for constant pool entriesclass
AnAttribute
representing a constant.class
Constant pool entry for a classclass
Abstract superclass for constant pool constant entries such as numbers or Stringsclass
Abstract superclass for constant pool entries that are numbers.class
Double constant pool entry.class
Field constant pool entry.class
Field reference constant pool entry.class
Float constant pool entry.class
Integer constant pool entry.class
Interface method reference constant pool entry.class
Long constant pool entry.class
Superclass for member constant pool entries, such as fields or methods.class
Method constant pool entry.class
Method reference constant pool entry.class
Name and Type pair constant pool entry.class
Abstract superclass for reference constant pool entries, such as a method or field reference.class
String constant pool entry.class
UTF8 constant pool entry, used for storing long Strings.class
Deprecated class file attribute.class
Enclosing method class file attribute.class
Exceptions class file attributeclass
Inner classes class file attributeclass
Line number tableclass
Local variable tableclass
Local variable type table.class
A compressor-defined class file attribute.class
Annotations class file attribute, either a RuntimeVisibleAnnotations attribute or a RuntimeInvisibleAnnotations attribute.class
Parameter annotations class file attribute, either a RuntimeVisibleParameterAnnotations attribute or a RuntimeInvisibleParameterAnnotations attribute.class
Signature class file attributeclass
Source file class file attributeModifier and TypeFieldDescriptionClassFile.fields
ClassFile.methods
protected static final ClassFileEntry[]
ClassFileEntry.NONE
Modifier and TypeFieldDescriptionprotected HashSet<ClassFileEntry>
ClassConstantPool.entriesContainsSet
protected Map<ClassFileEntry,
Integer> ClassConstantPool.indexCache
protected HashSet<ClassFileEntry>
ClassConstantPool.othersContainsSet
Modifier 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()
Modifier and TypeMethodDescriptionClassConstantPool.add
(ClassFileEntry entry) ClassConstantPool.addWithNestedEntries
(ClassFileEntry entry) int
ClassConstantPool.indexOf
(ClassFileEntry entry) void
ByteCode.setNested
(ClassFileEntry[] nested)