|
Eclipse JDT Release 3.8 |
|||||||||
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.
Field Summary | |
---|---|
static int |
ITEM_DOUBLE
The tag value representing double variable info |
static int |
ITEM_FLOAT
The tag value representing float variable info |
static int |
ITEM_INTEGER
The tag value representing integer variable info |
static int |
ITEM_LONG
The tag value representing long variable info |
static int |
ITEM_NULL
The tag value representing null variable info |
static int |
ITEM_OBJECT
The tag value representing object variable info |
static int |
ITEM_TOP
The tag value representing top variable info |
static int |
ITEM_UNINITIALIZED
The tag value representing uninitialized variable info |
static int |
ITEM_UNINITIALIZED_THIS
The tag value representing uninitialized this variable info |
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. |
Field Detail |
---|
static final int ITEM_TOP
static final int ITEM_INTEGER
static final int ITEM_FLOAT
static final int ITEM_DOUBLE
static final int ITEM_LONG
static final int ITEM_NULL
static final int ITEM_UNINITIALIZED_THIS
static final int ITEM_OBJECT
static final int ITEM_UNINITIALIZED
Method Detail |
---|
int getTag()
int getOffset()
int getConstantPoolIndex()
char[] getClassTypeName()
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.