Uses of Class
org.objectweb.asm.tree.analysis.SourceValue
-
Uses of SourceValue in org.objectweb.asm.tree.analysis
Subclasses with type arguments of type SourceValue in org.objectweb.asm.tree.analysisMethods in org.objectweb.asm.tree.analysis that return SourceValueModifier and TypeMethodDescriptionSourceInterpreter.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2) SourceInterpreter.copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value) SourceInterpreter.merge(SourceValue value1, SourceValue value2) SourceInterpreter.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, List<? extends SourceValue> values) SourceInterpreter.newOperation(org.objectweb.asm.tree.AbstractInsnNode insn) SourceInterpreter.newValue(org.objectweb.asm.Type type) SourceInterpreter.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2, SourceValue value3) SourceInterpreter.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value) Methods in org.objectweb.asm.tree.analysis with parameters of type SourceValueModifier and TypeMethodDescriptionSourceInterpreter.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2) SourceInterpreter.copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value) SourceInterpreter.merge(SourceValue value1, SourceValue value2) voidSourceInterpreter.returnOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value, SourceValue expected) SourceInterpreter.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value1, SourceValue value2, SourceValue value3) SourceInterpreter.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, SourceValue value) Method parameters in org.objectweb.asm.tree.analysis with type arguments of type SourceValueModifier and TypeMethodDescriptionSourceInterpreter.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, List<? extends SourceValue> values)