Uses of Interface
org.objectweb.asm.tree.analysis.Value
Packages that use Value
Package
Description
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of Value in org.objectweb.asm.tree.analysis
Classes in org.objectweb.asm.tree.analysis with type parameters of type ValueModifier and TypeClassDescriptionclassA semantic bytecode analyzer.classA symbolic execution stack frame.classInterpreter<V extends Value>A semantic bytecode interpreter.Classes in org.objectweb.asm.tree.analysis that implement ValueModifier and TypeClassDescriptionclassAValuethat is represented with its type in a seven types type system.classAValuewhich keeps track of the bytecode instructions that can produce it.Fields in org.objectweb.asm.tree.analysis declared as ValueModifier and TypeFieldDescriptionprivate VFrame.returnValueThe expected return type of the analyzed method, or null if the method returns void.private V[]Frame.valuesThe local variables and the operand stack of this frame.Constructors in org.objectweb.asm.tree.analysis with parameters of type ValueModifierConstructorDescriptionAnalyzerException(AbstractInsnNode insn, String message, Object expected, Value actual) Constructs a newAnalyzerException. -
Uses of Value in org.objectweb.asm.util
Classes in org.objectweb.asm.util with type parameters of type ValueModifier and TypeClassDescription(package private) classCheckFrameAnalyzer<V extends Value>AnAnalyzersubclass which checks that methods provide stack map frames where expected (i.e.