Uses of Class
org.objectweb.asm.tree.analysis.BasicValue
Packages that use BasicValue
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 BasicValue in org.objectweb.asm.tree.analysis
Fields in org.objectweb.asm.tree.analysis declared as BasicValueModifier and TypeFieldDescriptionstatic final BasicValueBasicValue.DOUBLE_VALUEA double value.static final BasicValueBasicValue.FLOAT_VALUEA float value.static final BasicValueBasicValue.INT_VALUEA byte, boolean, char, short, or int value.static final BasicValueBasicValue.LONG_VALUEA long value.static final BasicValueBasicValue.REFERENCE_VALUEAn object or array reference value.static final BasicValueBasicValue.RETURNADDRESS_VALUEA return address value (produced by a jsr instruction).static final BasicValueBasicValue.UNINITIALIZED_VALUEAn uninitialized value.Methods in org.objectweb.asm.tree.analysis that return BasicValueModifier and TypeMethodDescriptionBasicInterpreter.binaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicVerifier.binaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicInterpreter.copyOperation(AbstractInsnNode insn, BasicValue value) BasicVerifier.copyOperation(AbstractInsnNode insn, BasicValue value) protected BasicValueBasicVerifier.getElementValue(BasicValue objectArrayValue) Returns the value corresponding to the type of the elements of the given array reference value.protected BasicValueSimpleVerifier.getElementValue(BasicValue objectArrayValue) BasicInterpreter.merge(BasicValue value1, BasicValue value2) SimpleVerifier.merge(BasicValue value1, BasicValue value2) BasicInterpreter.naryOperation(AbstractInsnNode insn, List<? extends BasicValue> values) BasicVerifier.naryOperation(AbstractInsnNode insn, List<? extends BasicValue> values) private BasicValueSimpleVerifier.newArrayValue(Type type, int dimensions) BasicInterpreter.newOperation(AbstractInsnNode insn) BasicInterpreter.ternaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicVerifier.ternaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicInterpreter.unaryOperation(AbstractInsnNode insn, BasicValue value) BasicVerifier.unaryOperation(AbstractInsnNode insn, BasicValue value) Methods in org.objectweb.asm.tree.analysis with parameters of type BasicValueModifier and TypeMethodDescriptionBasicInterpreter.binaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicVerifier.binaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicInterpreter.copyOperation(AbstractInsnNode insn, BasicValue value) BasicVerifier.copyOperation(AbstractInsnNode insn, BasicValue value) protected BasicValueBasicVerifier.getElementValue(BasicValue objectArrayValue) Returns the value corresponding to the type of the elements of the given array reference value.protected BasicValueSimpleVerifier.getElementValue(BasicValue objectArrayValue) protected booleanBasicVerifier.isArrayValue(BasicValue value) Returns whether the given value corresponds to an array reference.protected booleanSimpleVerifier.isArrayValue(BasicValue value) protected booleanBasicVerifier.isSubTypeOf(BasicValue value, BasicValue expected) Returns whether the type corresponding to the first argument is a subtype of the type corresponding to the second argument.protected booleanSimpleVerifier.isSubTypeOf(BasicValue value, BasicValue expected) BasicInterpreter.merge(BasicValue value1, BasicValue value2) SimpleVerifier.merge(BasicValue value1, BasicValue value2) voidBasicInterpreter.returnOperation(AbstractInsnNode insn, BasicValue value, BasicValue expected) voidBasicVerifier.returnOperation(AbstractInsnNode insn, BasicValue value, BasicValue expected) BasicInterpreter.ternaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicVerifier.ternaryOperation(AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicInterpreter.unaryOperation(AbstractInsnNode insn, BasicValue value) BasicVerifier.unaryOperation(AbstractInsnNode insn, BasicValue value) Method parameters in org.objectweb.asm.tree.analysis with type arguments of type BasicValueModifier and TypeMethodDescriptionBasicInterpreter.naryOperation(AbstractInsnNode insn, List<? extends BasicValue> values) BasicVerifier.naryOperation(AbstractInsnNode insn, List<? extends BasicValue> values) -
Uses of BasicValue in org.objectweb.asm.util
Method parameters in org.objectweb.asm.util with type arguments of type BasicValueModifier and TypeMethodDescription(package private) static voidCheckClassAdapter.printAnalyzerResult(MethodNode method, Analyzer<BasicValue> analyzer, PrintWriter printWriter)