接口的使用
cn.taketoday.bytecode.tree.analysis.Value
使用Value的程序包
-
cn.taketoday.bytecode.tree.analysis中Value的使用
类型参数类型为Value的cn.taketoday.bytecode.tree.analysis中的类修饰符和类型类说明classA semantic bytecode analyzer.classA symbolic execution stack frame.classInterpreter<V extends Value>A semantic bytecode interpreter.修饰符和类型类说明classAValuethat is represented with its type in a seven types type system.classAValuewhich keeps track of the bytecode instructions that can produce it.修饰符和类型字段说明private 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.参数类型为Value的cn.taketoday.bytecode.tree.analysis中的构造器限定符构造器说明AnalyzerException(AbstractInsnNode insn, String message, Object expected, Value actual) Constructs a newAnalyzerException. -
cn.taketoday.bytecode.util中Value的使用
类型参数类型为Value的cn.taketoday.bytecode.util中的类修饰符和类型类说明(专用程序包) classCheckFrameAnalyzer<V extends Value>AnAnalyzersubclass which checks that methods provide stack map frames where expected (i.e. at jump target and after instructions without immediate successor), and that these stack map frames are valid (for the provided interpreter; they may still be invalid for the JVM, if theInterpreteruses a simplified type system compared to the JVM verifier).