See: Description
Interface | Description |
---|---|
AnnotationHolder |
Interface for attributes that contain annotations.
|
Class | Description |
---|---|
AnnotationDefaultAttribute |
Describes an AnnotationDefault attribute structure.
|
BootstrapMethodsAttribute |
Describes a BootstrapMethods attribute structure.
|
BootstrapMethodsEntry |
Describes an entry in a BootstrapMethods attribute structure.
|
CodeAttribute |
Describes a Code attribute structure.
|
ConstantValueAttribute |
Describes a ConstantValue attribute structure.
|
DeprecatedAttribute |
Describes a Deprecated attribute structure.
|
EnclosingMethodAttribute |
Describes an EnclosingMethod attribute structure.
|
ExceptionsAttribute |
Describes an Exceptions attribute structure.
|
ExceptionTableEntry |
Describes an exception table entry in a Code attribute structure.
|
InnerClassesAttribute |
Describes an InnerClasses attribute structure.
|
InnerClassesEntry |
Describes an entry in a InnerClasses attribute structure.
|
LineNumberTableAttribute |
Describes an LineNumberTable attribute structure.
|
LineNumberTableEntry |
Describes an entry in a LineNumberTable attribute structure.
|
LocalVariableCommonAttribute |
Contains common attributes to a local variable table attribute structure.
|
LocalVariableCommonEntry |
Contains common attributes to a local variable table entry structure.
|
LocalVariableTableAttribute |
Describes an LocalVariableTable attribute structure.
|
LocalVariableTableEntry |
Describes an entry in a LocalVariableTableEntry attribute structure.
|
LocalVariableTypeTableAttribute |
Describes an LocalVariableTypeTable attribute structure.
|
LocalVariableTypeTableEntry |
Describes an LocalVariableTypeTableEntry attribute structure.
|
MethodParametersAttribute |
Describes a MethodParameter attribute structure.
|
MethodParametersEntry |
Describes an entry in a BootstrapMethods attribute structure.
|
ObjectVerificationTypeEntry |
Describes an entry of type VerificationType.OBJECT in a BootstrapMethods attribute structure.
|
ParameterAnnotations |
Common class for runtime parameter annotations.
|
RuntimeAnnotationsAttribute |
Common class for runtime annotations.
|
RuntimeInvisibleAnnotationsAttribute |
Describes an RuntimeInvisibleAnnotations attribute structure.
|
RuntimeInvisibleParameterAnnotationsAttribute |
Describes an RuntimeVisibleParameterAnnotations attribute structure.
|
RuntimeInvisibleTypeAnnotationsAttribute |
Describes an RuntimeVisibleTypeAnnotations attribute structure.
|
RuntimeParameterAnnotationsAttribute |
Common class for runtime parameter annotations.
|
RuntimeTypeAnnotationsAttribute |
Common class for runtime type annotations.
|
RuntimeVisibleAnnotationsAttribute |
Describes an RuntimeVisibleAnnotations attribute structure.
|
RuntimeVisibleParameterAnnotationsAttribute |
Describes an RuntimeVisibleParameterAnnotations attribute structure.
|
RuntimeVisibleTypeAnnotationsAttribute |
Describes an RuntimeVisibleTypeAnnotations attribute structure.
|
SignatureAttribute |
Describes an Signature attribute structure.
|
SourceFileAttribute |
Describes a SourceFile attribute structure.
|
StackMapFrameEntry |
Describes an entry in a BootstrapMethods attribute structure.
|
StackMapTableAttribute |
Describes a BootstrapMethods attribute structure.
|
SyntheticAttribute |
Describes a Synthetic attribute structure.
|
TypeAnnotation |
Describes an entry in a RuntimeVisibleTypeAnnotations or RuntimeInvisibleTypeAnnotations
attribute structure.
|
TypePathEntry |
Type path entry for a TypeAnnotation structure.
|
UninitializedVerificationTypeEntry |
Describes an entry of type VerificationType.UNINITIALIZED in a BootstrapMethods attribute structure.
|
VerificationTypeInfoEntry |
Describes an entry in a BootstrapMethods attribute structure.
|
Enum | Description |
---|---|
StackFrameType |
Represents the available stack frame types in a stack map entry attribute.
|
TypeAnnotationTargetType |
Represents the target type of a type annotation.
|
TypePathKind |
Describes the kind of a type path in a TypePathEntry structure.
|
VerificationType |
Represents the verification type of a bootstrap entry.
|