-
- All Implemented Interfaces:
public final class UninitializedVerificationTypeInfoEntry extends VerificationTypeInfoEntry
Describes an entry of type VerificationType.UNINITIALIZED in a StackMapFrameEntry attribute structure.
-
-
Constructor Summary
Constructors Constructor Description UninitializedVerificationTypeInfoEntry()
-
Method Summary
Modifier and Type Method Description final IntegergetOffset()The offset. final UnitsetOffset(Integer offset)The offset. IntegergetLength()UnitappendTo(StringBuilder buffer)Append the verbose representation to a string builder. -
Methods inherited from class org.gjt.jclasslib.structures.attributes.VerificationTypeInfoEntry
getType -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-