网站首页  词典首页

请输入您要查询的英文单词:

 

单词 syntax tree
释义

syntax tree

美 
英 
  • un.语法树
un.
1.
语法树

例句

释义:
1.
This pattern is often reapplied several times through a rule as you dig down through an abstract syntax tree.
在您沿着抽象语法树深入时,该模式通常会通过一条规则重复应用几次。
www.ibm.com
2.
In Version 7. 0, the transform walks through a UML model and constructs a C abstract syntax tree, which is nothing but an EMF model.
在V7.0中,转换在完成一个UML模型后,将构建一个C 抽象语法树状图,它只不过是一个EMF模型。
www.ibm.com
3.
A syntax tree can be created from an entire file or just a loose statement or expression.
我们可以从完整的文件创建语法树,也可以从松散的声明或者表达式生成它。
www.infoq.com
4.
For that, you would turn to something quite familiar to compiler aficionados: the JDT's Abstract Syntax Tree (AST) framework.
因为您会转而使用一些对编译器迷而言十分熟悉的工具:JDT的抽象语法树(AbstractSyntaxTree,AST)框架。
www.ibm.com
5.
A parse of a sentential form is the construction of a derivation and possibly a syntax tree for it.
句型的分析是某个推导(或许是其语法树)的构造过程。
6.
Third, with the syntax tree gone, the interpreter no longer needs to propagate execution state between syntax tree nodes.
第三,由于不再需要语法树,解释器无需继续在语法树节点间传送执行状态。
www.infoq.com
7.
The recorder records code in an intermediate format, similar to an Abstract Syntax Tree.
录制器采用中间格式录制代码,类似于抽象语法树。
www.infoq.com
8.
An abstract syntax tree is an expression represented as a collection of objects.
抽象语法树是一个表示为对象集合的表达式。
www.infoq.com
9.
The first pass of the compiler turns this into a syntax tree.
编译器的首个编译过程会将其编译成语法树。
www.infoq.com
10.
I'll note before we go any further that the terms parse tree and abstract syntax tree (or AST) describe very similar grammatical structures.
在我们继续之前,我要特别提一下,术语解析树和抽象语法树(或AST)描述了非常相似的语法结构。
www.ibm.com
1.
Modifications are made to the syntax tree using a combination of constructors and the ReplaceNode method.
变更是针对语法树做出的,变更时会使用了构造器和ReplaceNode方法的组合。
www.infoq.com
2.
This is not a textual search, it actually strips out variable names and constants and performs comparisons against the syntax tree.
这并非只是简单的文本搜索,它实际上会提取出变量名和常量名,然后根据语法树进行比较。
www.infoq.com
3.
If a sentential form is ambiguous, then it has more than one syntax tree and therefore, in general, more than one handle.
如果句型是二义性的,那末,它不只有一棵语法树,因此,一般地说,也不只有一个句柄。
tr.bab.la
4.
Changes are made by making copies of the syntax tree, replacing portions as one goes along.
想要做出改变,我们需要复制语法树,并替换需要变更的部分。
www.infoq.com
5.
In IDEA and Eclipse, your code looks like a text view, but the development environment is actually editing the Abstract Syntax Tree (AST).
在IDEA和Eclipse中,您的代码看上去像一个文本视图,但是开发环境实际上正在编辑AbstractSyntaxTree(AST)。
www.ibm.com
6.
Therefore, executing a bytecode instruction is much faster than visiting a syntax tree node.
因此,执行字节码指令要比访问语法树节点快得多。
www.infoq.com
7.
The sample project included with the CTP shows compiler warnings wherever the letter 'a' appears in the syntax tree.
在CTP版本中包含的实例为我们展示了,如何在语法树中出现字母“a”的地方显示警告。
www.infoq.com
8.
IDEs now edit the abstract syntax tree (AST) instead of, or in addition to, a text representation of the code.
IDE现在编辑抽象语法树(AST),而不是(或者同时)编辑代码的文本表示。
www.ibm.com
9.
The analysis of the abstract syntax tree of the Groovy code, allows us to collect all relevant information we need.
对于Groovy代码的抽象语法树的分析,可以让我们搜集到我们需要的所有相关信息。
www.infoq.com
10.
To avoid this flaw, you will reconstruct the rule by using Java's abstract syntax tree (AST) to identify the problems.
为了避免这种缺陷,您可以使用Java的抽象语法树(AST)来识别这种问题,从而重新构筑规则。
www.ibm.com
1.
This method removes the need to manually copy the unchanged portions of the syntax tree.
这个方法让我们不需要手动复制语法树中没有变更的部分。
www.infoq.com
2.
This time, you will fetch all of the import statements in the abstract syntax tree.
这一次,您可以读取抽象语法树中的所有导入声明了。
www.ibm.com
3.
The syntax tree consists of syntax nodes, tokens, and trivia.
语法树是由语法节点、令牌和一些琐碎的内容(trivia)组成的。
www.infoq.com
4.
Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.
在这里,对其它技术(如:编译一个抽象语法树和解析闭包中的变量)也进行了讨论。
www.infoq.com
5.
Storage Mapping of Syntax Tree for Context-Free Language and its Application
一种上下文无关语言语法树的存储模式及其应用
www.ilib.cn
6.
Design and Implementation of A Software Metrics Tool Based on Abstract Syntax Tree
基于抽象语法树的软件度量工具的设计与实现
www.ilib.cn
7.
Research on the syntax tree-based method for static and automated code testing
基于抽象语法树的代码静态自动测试方法研究
www.ilib.cn
8.
Use the abstract syntax tree when you cannot use Eclipse markers
当您不能使用Eclipse标记时可以使用抽象语法树
www.ibm.com
9.
Automatic computing system based on syntax tree and operator precedence
利用语法树和算符优先法构造的自动计算系统
www.ilib.cn
10.
A Method for Parsing GCC Abstract Syntax Tree
一种解析GCC抽象语法树的方法
www.ilib.cn
1.
Analysis and Design of Code Smell Detection Tool Based on Abstract Syntax Tree
基于抽象语法树的代码味道识别工具的分析与设计
service.ilib.cn
2.
Build and Traverse of Abstract Syntax Tree Based on Java Program
基于Java语言的抽象语法树的创建与遍历
www.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/2 1:26:16