|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.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 | |
|---|---|
protected java.lang.Object |
clone()
|
char[] |
constantPoolName()
|
boolean |
equals(java.lang.Object obj)
|
int |
id()
|
char[] |
readableName()
|
void |
replaceWithElementType()
|
void |
setBinding(TypeBinding binding)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, 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 java.lang.String toString()
toString in class java.lang.Object
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.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 | ||||||||