Uses of Class
org.objectweb.asm.tree.analysis.BasicValue
-
Uses of BasicValue in org.objectweb.asm.tree.analysis
Subclasses with type arguments of type BasicValue in org.objectweb.asm.tree.analysisFields 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(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicVerifier.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicInterpreter.copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value) BasicVerifier.copyOperation(org.objectweb.asm.tree.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(org.objectweb.asm.tree.AbstractInsnNode insn, List<? extends BasicValue> values) BasicVerifier.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, List<? extends BasicValue> values) BasicInterpreter.newOperation(org.objectweb.asm.tree.AbstractInsnNode insn) BasicInterpreter.newValue(org.objectweb.asm.Type type) SimpleVerifier.newValue(org.objectweb.asm.Type type) BasicInterpreter.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicVerifier.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicInterpreter.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value) BasicVerifier.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value) Methods in org.objectweb.asm.tree.analysis with parameters of type BasicValueModifier and TypeMethodDescriptionBasicInterpreter.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicVerifier.binaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2) BasicInterpreter.copyOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value) BasicVerifier.copyOperation(org.objectweb.asm.tree.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(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value, BasicValue expected) voidBasicVerifier.returnOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value, BasicValue expected) BasicInterpreter.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicVerifier.ternaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value1, BasicValue value2, BasicValue value3) BasicInterpreter.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value) BasicVerifier.unaryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, BasicValue value) Method parameters in org.objectweb.asm.tree.analysis with type arguments of type BasicValueModifier and TypeMethodDescriptionBasicInterpreter.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, List<? extends BasicValue> values) BasicVerifier.naryOperation(org.objectweb.asm.tree.AbstractInsnNode insn, List<? extends BasicValue> values)