Modifier and Type | Class | Description |
---|---|---|
class |
ClassField |
A field in a class
|
class |
ClassFile |
|
class |
ClassMethod |
Modifier and Type | Class | Description |
---|---|---|
class |
AnnotationAnnotationValue |
Represents a nestled annotation value
|
class |
AnnotationsAttribute |
An annotations attribute
|
class |
AnnotationValue |
Represents an annotation name/value pair.
|
class |
ArrayAnnotationValue |
An array annotation value
|
class |
BooleanAnnotationValue |
A boolean annotation value
|
class |
ByteAnnotationValue |
a byte annotation value
|
class |
CharAnnotationValue |
A char annotation value
|
class |
ClassAnnotation |
A bytecode representation of a java annotation
|
class |
ClassAnnotationValue |
A class annotation value
|
class |
DoubleAnnotationValue |
a double annotation value
|
class |
EnumAnnotationValue |
An enum annotation value
|
class |
FloatAnnotationValue |
A float annotation value
|
class |
IntAnnotationValue |
An int annotation value
|
class |
LongAnnotationValue |
A long annotation value
|
class |
ParameterAnnotationsAttribute |
A parameter annotations attribute
|
class |
ShortAnnotationValue |
short annotation value
|
class |
StringAnnotationValue |
A string annotation value
|
Modifier and Type | Class | Description |
---|---|---|
class |
Attribute |
Represents an attribute in a class file
|
class |
ExceptionsAttribute |
The exceptions attribute, stores the checked exceptions a method is declared to throw
|
class |
SignatureAttribute |
|
class |
StackMapTableAttribute |
A JDK 6 StackMap sttribute.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CodeAttribute |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassEntry |
|
class |
ConstPool |
|
class |
ConstPoolEntry |
|
class |
DoubleEntry |
|
class |
FieldRefEntry |
|
class |
FloatEntry |
|
class |
IntegerEntry |
|
class |
InterfaceMethodRefEntry |
|
class |
LongEntry |
|
class |
MethodRefEntry |
|
class |
NameAndTypeEntry |
|
class |
StringEntry |
|
class |
Utf8Entry |
Copyright © 2018. All rights reserved.