The AST is a tree representation of the source code that contains everything from variable declarations to function definitions and method invocations.
AST是源代码的树形表示,它包含了从变量声明到功能定义和方法调用的全部内容。
Rather than simply giving you a collapsible tree view of code, the object browser gives you a live representation of the objects themselves — even of the importable modules in your PYTHONPATH.
对象浏览器不仅仅为您提供了一个可折叠树形式的代码视图,它还让您可以看到对象本身的生动的描述——甚至包括那些在您的PYTHONPATH中可以导入的那些模块。
The AST is a tree representation of the parsed source code, created by the compiler, similar to the DOM tree model of an XML file.
AST代表已解析源代码的树,它由编译器创建,与XML 文件的DOM 树模型类似。
Until now Mono's code generation engine was based on a tree Intermediate Representation (IR) of the code.
直到现在Mono的代码生成引擎都是基于树状的代码中间表现形式(Intermediate Representation,IR)。
The JRuby AST is the output of the parser and is just a tree representation of the source code, containing different kinds of nodes, for example for classes, methods, variables.
JRubyAST是解析器的输出结果,仅仅是源代码的树形表示,包含不同种类的节点,例如有类、方法和变量。
An AST is a tree representation of source code, and is necessary for tools that need to know about the structure of the code.
AST是一颗代表Ruby源码的树,分析器工具必须了解代码的结构。
An AST is a tree representation of source code, and is necessary for tools that need to know about the structure of the code.
AST是一颗代表Ruby源码的树,分析器工具必须了解代码的结构。
应用推荐