| Modifier and Type | Method and Description |
|---|---|
SourceValue |
SourceInterpreter.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value1,
SourceValue value2) |
SourceValue |
SourceInterpreter.copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value) |
SourceValue |
SourceInterpreter.merge(SourceValue value1,
SourceValue value2) |
SourceValue |
SourceInterpreter.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
java.util.List<? extends SourceValue> values) |
SourceValue |
SourceInterpreter.newOperation(org.objectweb.asm.tree.AbstractInsnNode insn) |
SourceValue |
SourceInterpreter.newValue(org.objectweb.asm.Type type) |
SourceValue |
SourceInterpreter.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value1,
SourceValue value2,
SourceValue value3) |
SourceValue |
SourceInterpreter.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value) |
| Modifier and Type | Method and Description |
|---|---|
SourceValue |
SourceInterpreter.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value1,
SourceValue value2) |
SourceValue |
SourceInterpreter.copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value) |
SourceValue |
SourceInterpreter.merge(SourceValue value1,
SourceValue value2) |
void |
SourceInterpreter.returnOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value,
SourceValue expected) |
SourceValue |
SourceInterpreter.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value1,
SourceValue value2,
SourceValue value3) |
SourceValue |
SourceInterpreter.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
SourceValue value) |
| Modifier and Type | Method and Description |
|---|---|
SourceValue |
SourceInterpreter.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn,
java.util.List<? extends SourceValue> values) |