|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cojen.classfile.attribute.StackMapTableAttr.VerificationTypeInfo
public abstract static class StackMapTableAttr.VerificationTypeInfo
| Method Summary | |
|---|---|
int |
getLength()
|
abstract TypeDesc |
getType()
|
boolean |
isThis()
When true, type is the "this" reference. |
boolean |
isTop()
When true, type is unassigned or unused. |
boolean |
isUninitialized()
When true, type is an object whose constructor has not been called. |
String |
toString()
|
abstract void |
writeTo(DataOutput dout)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getLength()
public abstract TypeDesc getType()
public boolean isTop()
public boolean isThis()
public boolean isUninitialized()
public abstract void writeTo(DataOutput dout)
throws IOException
IOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||