|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
public class VerificationTypeInfo
| 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 |
int |
offset
|
int |
tag
|
| Constructor Summary | |
|---|---|
VerificationTypeInfo(int id,
char[] constantPoolName)
|
|
VerificationTypeInfo(int id,
int tag,
char[] constantPoolName)
|
|
VerificationTypeInfo(int tag,
TypeBinding binding)
|
|
VerificationTypeInfo(TypeBinding binding)
|
|
| Method Summary | |
|---|---|
char[] |
constantPoolName()
|
VerificationTypeInfo |
duplicate()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
int |
id()
|
char[] |
readableName()
|
void |
replaceWithElementType()
|
void |
setBinding(TypeBinding binding)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ITEM_TOP
public static final int ITEM_INTEGER
public static final int ITEM_FLOAT
public static final int ITEM_DOUBLE
public static final int ITEM_LONG
public static final int ITEM_NULL
public static final int ITEM_UNINITIALIZED_THIS
public static final int ITEM_OBJECT
public static final int ITEM_UNINITIALIZED
public int tag
public int offset
| Constructor Detail |
|---|
public VerificationTypeInfo(int id,
char[] constantPoolName)
public VerificationTypeInfo(int id,
int tag,
char[] constantPoolName)
public VerificationTypeInfo(int tag,
TypeBinding binding)
public VerificationTypeInfo(TypeBinding binding)
| Method Detail |
|---|
public void setBinding(TypeBinding binding)
public int id()
public String toString()
toString in class Objectpublic VerificationTypeInfo duplicate()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic char[] constantPoolName()
public char[] readableName()
public void replaceWithElementType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||