See: Description
| Class | Description |
|---|---|
| DoubleType |
This
VerificationType represents a Double type. |
| FloatType |
This
VerificationType represents a Float type. |
| FullFrame |
This
StackMapFrame represents a "full frame". |
| IntegerType |
This
VerificationType represents an Integer type. |
| LessZeroFrame |
This
StackMapFrame represents an "chop frame". |
| LongType |
This
VerificationType represents a Long type. |
| MoreZeroFrame |
This
StackMapFrame represents an "append frame". |
| NullType |
This
VerificationType represents a Null type. |
| ObjectType |
This
VerificationType represents an Object type. |
| SameOneFrame |
This
StackMapFrame represents a "same locals 1 stack item frame" or a
"same locals 1 stack item frame extended". |
| SameZeroFrame |
This
StackMapFrame represents a "same frame" or a "same frame extended". |
| StackMapAttribute |
This
Attribute represents a stack map attribute. |
| StackMapFrame |
This abstract class represents a stack map frame.
|
| StackMapTableAttribute |
This
Attribute represents a stack map table attribute. |
| TopType |
This
VerificationType represents a Top type. |
| UninitializedThisType |
This
VerificationType represents an UninitializedThis type. |
| UninitializedType |
This
VerificationType represents a Uninitialized type. |
| VerificationType |
This abstract class represents a verification type of a local variable or
a stack element.
|
| VerificationTypeFactory |
This class provides methods to create and reuse
IntegerType instances. |