|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IVerificationTypeInfo
Description of a verification type info as described in the JVM specifications. This interface may be implemented by clients.
| Method Summary | |
|---|---|
char[] |
getClassTypeName()
Answer back the name of the class type referenced by the index in the constant pool as described in the JVM specifications. |
int |
getConstantPoolIndex()
Answer back the constant pool index of this verification type info as described in the JVM specifications. |
int |
getOffset()
Answer back the offset of this verification type info as described in the JVM specifications. |
int |
getTag()
Answer back the tag of this verification type info as described in the JVM specifications. |
| Method Detail |
|---|
int getTag()
int getOffset()
int getConstantPoolIndex()
char[] getClassTypeName()
|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||