Klasse VerificationTypeInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.VerificationTypeInfo
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe tag value representing double variable infostatic final intThe tag value representing float variable infostatic final intThe tag value representing integer variable infostatic final intThe tag value representing long variable infostatic final intThe tag value representing null variable infostatic final intThe tag value representing object variable infostatic final intThe tag value representing top variable infostatic final intThe tag value representing uninitialized variable infostatic final intThe tag value representing uninitialized this variable infointint -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVerificationTypeInfo(int tag, TypeBinding binding) VerificationTypeInfo(TypeBinding binding) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungchar[]booleaninthashCode()intid()merge(VerificationTypeInfo verificationTypeInfo, Scope scope) char[]voidvoidsetBinding(TypeBinding binding) toString()
-
Felddetails
-
ITEM_TOP
public static final int ITEM_TOPThe tag value representing top variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_INTEGER
public static final int ITEM_INTEGERThe tag value representing integer variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_FLOAT
public static final int ITEM_FLOATThe tag value representing float variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_DOUBLE
public static final int ITEM_DOUBLEThe tag value representing double variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_LONG
public static final int ITEM_LONGThe tag value representing long variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_NULL
public static final int ITEM_NULLThe tag value representing null variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_UNINITIALIZED_THIS
public static final int ITEM_UNINITIALIZED_THISThe tag value representing uninitialized this variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_OBJECT
public static final int ITEM_OBJECTThe tag value representing object variable info- Seit:
- 3.2
- Siehe auch:
-
ITEM_UNINITIALIZED
public static final int ITEM_UNINITIALIZEDThe tag value representing uninitialized variable info- Seit:
- 3.2
- Siehe auch:
-
tag
public int tag -
offset
public int offset
-
-
Konstruktordetails
-
VerificationTypeInfo
-
VerificationTypeInfo
-
-
Methodendetails
-
setBinding
-
id
public int id() -
toString
-
duplicate
-
equals
-
hashCode
public int hashCode() -
constantPoolName
public char[] constantPoolName() -
readableName
public char[] readableName() -
replaceWithElementType
public void replaceWithElementType() -
merge
-