|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
public class VerificationTypeInfo
| 字段摘要 | |
|---|---|
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
|
| 构造方法摘要 | |
|---|---|
VerificationTypeInfo(int id,
char[] constantPoolName)
|
|
VerificationTypeInfo(int id,
int tag,
char[] constantPoolName)
|
|
VerificationTypeInfo(int tag,
TypeBinding binding)
|
|
VerificationTypeInfo(TypeBinding binding)
|
|
| 方法摘要 | |
|---|---|
char[] |
constantPoolName()
|
VerificationTypeInfo |
duplicate()
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
int |
id()
|
char[] |
readableName()
|
void |
replaceWithElementType()
|
void |
setBinding(TypeBinding binding)
|
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
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
| 构造方法详细信息 |
|---|
public VerificationTypeInfo(int id,
char[] constantPoolName)
public VerificationTypeInfo(int id,
int tag,
char[] constantPoolName)
public VerificationTypeInfo(int tag,
TypeBinding binding)
public VerificationTypeInfo(TypeBinding binding)
| 方法详细信息 |
|---|
public void setBinding(TypeBinding binding)
public int id()
public String toString()
Object 中的 toStringpublic VerificationTypeInfo duplicate()
public boolean equals(Object obj)
Object 中的 equalspublic int hashCode()
Object 中的 hashCodepublic char[] constantPoolName()
public char[] readableName()
public void replaceWithElementType()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||