群发资讯网

返回主页
syntax tree
语法树
常用释义
英式发音
美式发音
基本释义
  • 语法树;句法树
例句
  • 1·How can we get the Syntax Tree of a specific compiler?
    我们怎样才能把一个特定编译器的语法树?
  • 2·The first pass of the compiler turns this into a syntax tree.
    编译器的首个编译过程会将其编译成语法树。
  • 3·The syntax tree consists of syntax nodes, tokens, and trivia.
    语法树是由语法节点、令牌和一些琐碎的内容(trivia)组成的。
  • 4·Use the abstract syntax tree when you cannot use Eclipse markers.
    当您不能使用Eclipse标记时可以使用抽象语法树。
  • 5·An abstract syntax tree is an expression represented as a collection of objects.
    抽象语法树是一个表示为对象集合的表达式。
  • 6·This time, you will fetch all of the import statements in the abstract syntax tree.
    这一次,您可以读取抽象语法树中的所有导入声明了。
  • 7·The structure of GCC syntax tree and its functions in compiling are introduced.
    介绍了GCC抽象语法树的结构及在编译过程中的作用。
  • 8·This method removes the need to manually copy the unchanged portions of the syntax tree.
    这个方法让我们不需要手动复制语法树中没有变更的部分。
  • 9·The recorder records code in an intermediate format, similar to an Abstract Syntax Tree.
    录制器采用中间格式录制代码,类似于 抽象语法树。
  • 10·A syntax tree can be created from an entire file or just a loose statement or expression.
    我们可以从完整的文件创建语法树,也可以从松散的声明或者表达式生成它。