public class ObjectVerificationTypeEntry extends VerificationTypeInfoEntry
classFile, debug, SYSTEM_PROPERTY_DEBUG
Constructor and Description |
---|
ObjectVerificationTypeEntry() |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringBuilder buffer)
Append the verbose representation to a string builder.
|
int |
getCpIndex() |
int |
getLength()
Returns the bytecode length of the entry.
|
void |
readExtra(DataInput in)
Read extra data in derived classes.
|
void |
setCpIndex(int cpIndex) |
void |
writeExtra(DataOutput out)
Write extra data in derived classes.
|
create, debug, getType, printAccessFlagsVerbose, read, write
getClassFile, getDebug, getLength, printAccessFlags, printAccessFlagsVerbose, printBytes, setClassFile, setDebug
public int getCpIndex()
public void setCpIndex(int cpIndex)
public void readExtra(DataInput in) throws InvalidByteCodeException, IOException
VerificationTypeInfoEntry
readExtra
in class VerificationTypeInfoEntry
InvalidByteCodeException
IOException
public void writeExtra(DataOutput out) throws InvalidByteCodeException, IOException
VerificationTypeInfoEntry
writeExtra
in class VerificationTypeInfoEntry
InvalidByteCodeException
IOException
public void appendTo(StringBuilder buffer)
VerificationTypeInfoEntry
appendTo
in class VerificationTypeInfoEntry
public int getLength()
VerificationTypeInfoEntry
getLength
in class VerificationTypeInfoEntry