类的使用
org.beetl.ow2.asm.tree.analysis.SourceValue
使用SourceValue的程序包
程序包
说明
Provides a framework for static code analysis based on the asm.tree package.
-
org.beetl.ow2.asm.tree.analysis中SourceValue的使用
修饰符和类型方法说明SourceInterpreter.binaryOperation(AbstractInsnNode insn, SourceValue value1, SourceValue value2) SourceInterpreter.copyOperation(AbstractInsnNode insn, SourceValue value) SourceInterpreter.merge(SourceValue d, SourceValue w) 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 d, SourceValue w) 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的org.beetl.ow2.asm.tree.analysis中的方法参数修饰符和类型方法说明SourceInterpreter.naryOperation(AbstractInsnNode insn, List<? extends SourceValue> values)