Uses of Class
org.objectweb.asm.tree.analysis.SourceValue
-
-
Uses of SourceValue in org.objectweb.asm.tree.analysis
Methods in org.objectweb.asm.tree.analysis that return SourceValue Modifier and Type Method 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)
Methods in org.objectweb.asm.tree.analysis with parameters of type SourceValue Modifier and Type Method 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)
Method parameters in org.objectweb.asm.tree.analysis with type arguments of type SourceValue Modifier and Type Method Description SourceValue
SourceInterpreter. naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, java.util.List<? extends SourceValue> values)
-