| Class | Description |
|---|---|
| AnnotationDefaultAttribute |
AnnotationDefault class file attribute
|
| AnnotationsAttribute |
Abstract superclass for Annotations attributes
|
| AnnotationsAttribute.Annotation |
Class to represent the annotation structure for class file attributes
|
| AnnotationsAttribute.ElementValue | |
| Attribute |
Abstract superclass for class file attributes
|
| BCIRenumberedAttribute |
Abstract superclass for attributes that have some part encoded with a BCI renumbering
|
| ByteCode |
A bytecode class file entry.
|
| ClassConstantPool |
The Class constant pool
|
| ClassFile |
ClassFile is used to represent and write out Java class files.
|
| ClassFileEntry |
The abstract superclass for all types of class file entries.
|
| CodeAttribute | |
| ConstantPoolEntry |
Abstract superclass for constant pool entries
|
| ConstantValueAttribute |
An
Attribute representing a constant. |
| CPClass |
Constant pool entry for a class
|
| CPConstant |
Abstract superclass for constant pool constant entries such as numbers or Strings
|
| CPConstantNumber |
Abstract superclass for constant pool entries that are numbers.
|
| CPDouble |
Double constant pool entry.
|
| CPField |
Field constant pool entry.
|
| CPFieldRef |
Field reference constant pool entry.
|
| CPFloat |
Float constant pool entry.
|
| CPInteger |
Integer constant pool entry.
|
| CPInterfaceMethodRef |
Interface method reference constant pool entry.
|
| CPLong |
Long constant pool entry.
|
| CPMember |
Superclass for member constant pool entries, such as fields or methods.
|
| CPMethod |
Method constant pool entry.
|
| CPMethodRef |
Method reference constant pool entry.
|
| CPNameAndType |
Name and Type pair constant pool entry.
|
| CPRef |
Abstract superclass for reference constant pool entries, such as a method or field reference.
|
| CPString |
String constant pool entry.
|
| CPUTF8 |
UTF8 constant pool entry, used for storing long Strings.
|
| DeprecatedAttribute |
Deprecated class file attribute.
|
| EnclosingMethodAttribute |
Enclosing method class file attribute.
|
| ExceptionsAttribute |
Exceptions class file attribute
|
| ExceptionTableEntry |
An entry in an exception table.
|
| InnerClassesAttribute |
Inner classes class file attribute
|
| LineNumberTableAttribute |
Line number table
|
| LocalVariableTableAttribute |
Local variable table
|
| LocalVariableTypeTableAttribute |
Local variable type table.
|
| NewAttribute |
A compressor-defined class file attribute.
|
| OperandManager |
This class keeps track of operands used.
|
| RuntimeVisibleorInvisibleAnnotationsAttribute |
Annotations class file attribute, either a RuntimeVisibleAnnotations attribute or a RuntimeInvisibleAnnotations
attribute.
|
| RuntimeVisibleorInvisibleParameterAnnotationsAttribute |
Parameter annotations class file attribute, either a RuntimeVisibleParameterAnnotations attribute or a
RuntimeInvisibleParameterAnnotations attribute.
|
| RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation |
ParameterAnnotation represents the annotations on a single parameter.
|
| SignatureAttribute |
Signature class file attribute
|
| SourceFileAttribute |
Source file class file attribute
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.