类的使用
cn.taketoday.bytecode.tree.analysis.SourceValue
使用SourceValue的程序包
-
cn.taketoday.bytecode.tree.analysis中SourceValue的使用
修饰符和类型方法说明SourceInterpreter.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) 修饰符和类型方法说明SourceInterpreter.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) 类型变量类型为SourceValue的cn.taketoday.bytecode.tree.analysis中的方法参数修饰符和类型方法说明SourceInterpreter.naryOperation(AbstractInsnNode insn, List<? extends SourceValue> values)