public class UninitializedVerificationTypeEntry extends VerificationTypeInfoEntry
classFile, debug, SYSTEM_PROPERTY_DEBUG
Constructor and Description |
---|
UninitializedVerificationTypeEntry() |
Modifier and Type | Method and Description |
---|---|
void |
appendTo(StringBuilder buffer)
Append the verbose representation to a string builder.
|
int |
getLength()
Returns the bytecode length of the entry.
|
int |
getOffset() |
protected void |
readExtra(DataInput in)
Read extra data in derived classes.
|
void |
setOffset(int offset) |
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 getOffset()
public void setOffset(int offset)
protected 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