Uses of Class
org.objectweb.asm.tree.analysis.SourceValue
Packages that use SourceValue
Package
Description
Provides a framework for static code analysis based on the asm.tree package.
-
Uses of SourceValue in org.objectweb.asm.tree.analysis
Methods in org.objectweb.asm.tree.analysis that return SourceValueModifier and TypeMethodDescriptionSourceInterpreter.binaryOperation(AbstractInsnNode insn, SourceValue value1, SourceValue value2) SourceInterpreter.copyOperation(AbstractInsnNode insn, SourceValue value) SourceInterpreter.merge(SourceValue value1, SourceValue value2) SourceInterpreter.naryOperation(AbstractInsnNode insn, List<? extends SourceValue> values) SourceInterpreter.newOperation(AbstractInsnNode insn) SourceInterpreter.ternaryOperation(AbstractInsnNode insn, SourceValue value1, SourceValue value2, SourceValue value3) SourceInterpreter.unaryOperation(AbstractInsnNode insn, SourceValue value) Methods in org.objectweb.asm.tree.analysis with parameters of type SourceValueModifier and TypeMethodDescriptionSourceInterpreter.binaryOperation(AbstractInsnNode insn, SourceValue value1, SourceValue value2) SourceInterpreter.copyOperation(AbstractInsnNode insn, SourceValue value) SourceInterpreter.merge(SourceValue value1, SourceValue value2) voidSourceInterpreter.returnOperation(AbstractInsnNode insn, SourceValue value, SourceValue expected) SourceInterpreter.ternaryOperation(AbstractInsnNode insn, SourceValue value1, SourceValue value2, SourceValue value3) SourceInterpreter.unaryOperation(AbstractInsnNode insn, SourceValue value) Method parameters in org.objectweb.asm.tree.analysis with type arguments of type SourceValueModifier and TypeMethodDescriptionSourceInterpreter.naryOperation(AbstractInsnNode insn, List<? extends SourceValue> values)