-
- All Implemented Interfaces:
public class VerificationTypeInfoEntry extends SubStructure
Describes an entry in a StackMapFrameEntry attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerlengthprivate final VerificationTypetype
-
Constructor Summary
Constructors Constructor Description VerificationTypeInfoEntry(VerificationType type)
-
Method Summary
Modifier and Type Method Description IntegergetLength()The length of the structure in bytes. final VerificationTypegetType()The verification type. UnitappendTo(StringBuilder buffer)Append the verbose representation to a string builder. -
-
Constructor Detail
-
VerificationTypeInfoEntry
VerificationTypeInfoEntry(VerificationType type)
-
-
Method Detail
-
getType
final VerificationType getType()
The verification type.
-
appendTo
Unit appendTo(StringBuilder buffer)
Append the verbose representation to a string builder.
-
-
-
-