java invokevirtual_Java Opcodes.INVOKEVIRTUAL属性代码示例
@Overridepublic byte[] visit(Function node) {FunctionInfo info = node.getValue();boolean needInstance = !info.isStatic() && !info.isConstructor();if (needInstance) {node.getChild(0).accept(thi...