| Changed Methods |
Value binaryOperation(AbstractInsnNode, Value, Value)
|
Documentation changed from old to new. |
Interprets a bytecode instruction with two arguments. |
Value copyOperation(AbstractInsnNode, Value)
|
Documentation changed from old to new. |
Interprets a bytecode instruction that moves a value on the stack or to
or from local variables. |
Value merge(Value, Value)
|
Documentation changed from old to new. |
Merges two values. |
Value naryOperation(AbstractInsnNode, List)
|
Documentation changed from old to new. |
Interprets a bytecode instruction with a variable number of arguments. |
Value newOperation(AbstractInsnNode)
|
Documentation changed from old to new. |
Interprets a bytecode instruction without arguments. |
Value newValue(Type)
|
Documentation changed from old to new. |
Creates a new value that represents the given type. |
Value ternaryOperation(AbstractInsnNode, Value, Value, Value)
|
Documentation changed from old to new. |
Interprets a bytecode instruction with three arguments. |
Value unaryOperation(AbstractInsnNode, Value)
|
Documentation changed from old to new. |
Interprets a bytecode instruction with a single argument. |