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 SourceValueSourceInterpreter. binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2)SourceValueSourceInterpreter. copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value)SourceValueSourceInterpreter. merge(SourceValue value1, SourceValue value2)SourceValueSourceInterpreter. naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, java.util.List<? extends SourceValue> values)SourceValueSourceInterpreter. newOperation(org.objectweb.asm.tree.AbstractInsnNode insn)SourceValueSourceInterpreter. newValue(org.objectweb.asm.Type type)SourceValueSourceInterpreter. ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2, SourceValue value3)SourceValueSourceInterpreter. 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 SourceValueSourceInterpreter. binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2)SourceValueSourceInterpreter. copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value)SourceValueSourceInterpreter. merge(SourceValue value1, SourceValue value2)voidSourceInterpreter. returnOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value, SourceValue expected)SourceValueSourceInterpreter. ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2, SourceValue value3)SourceValueSourceInterpreter. 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 SourceValueSourceInterpreter. naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, java.util.List<? extends SourceValue> values)
-