(package private) static int |
TypeInfo.fromType(java.lang.String type,
ConstantPool pool) |
Create type information from an internal type.
|
(package private) static java.lang.String |
TypeInfo.getPayloadAsType(int typeInfo,
ConstantPool pool) |
Treat the result of getPayload as a constant pool index and fetch the corresponding String
mapped to it.
|
(package private) boolean |
SuperBlock.merge(int[] locals,
int localsTop,
int[] stack,
int stackTop,
ConstantPool pool) |
|
(package private) static int |
TypeInfo.merge(int current,
int incoming,
ConstantPool pool) |
Merge two verification types.
|
private static boolean |
SuperBlock.mergeState(int[] current,
int[] incoming,
int size,
ConstantPool pool) |
Merge an operand stack or local variable array with incoming state.
|
(package private) static int |
TypeInfo.OBJECT(java.lang.String type,
ConstantPool pool) |
|
(package private) static void |
TypeInfo.print(int[] locals,
int[] stack,
ConstantPool pool) |
|
(package private) static void |
TypeInfo.print(int[] locals,
int localsTop,
int[] stack,
int stackTop,
ConstantPool pool) |
|
private static java.lang.String |
TypeInfo.toString(int[] types,
int typesTop,
ConstantPool pool) |
|
(package private) static java.lang.String |
TypeInfo.toString(int type,
ConstantPool pool) |
|