-
- All Implemented Interfaces:
public final class ObjectVerificationTypeInfoEntry extends VerificationTypeInfoEntry
Describes an entry of type VerificationType.OBJECT in a StackMapFrameEntry attribute structure.
-
-
Constructor Summary
Constructors Constructor Description ObjectVerificationTypeInfoEntry(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final IntegergetCpIndex()The constant pool index of the associated ConstantClassInfo. final UnitsetCpIndex(Integer cpIndex)The constant pool index of the associated ConstantClassInfo. 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
-
-
Constructor Detail
-
ObjectVerificationTypeInfoEntry
ObjectVerificationTypeInfoEntry(ClassFile classFile)
-
-
Method Detail
-
getCpIndex
final Integer getCpIndex()
The constant pool index of the associated ConstantClassInfo.
-
setCpIndex
final Unit setCpIndex(Integer cpIndex)
The constant pool index of the associated ConstantClassInfo.
-
appendTo
Unit appendTo(StringBuilder buffer)
Append the verbose representation to a string builder.
-
-
-
-