不需要了解uml语义(抽象语法)。
前端组件用来解析源码并生成抽象语法树。
The front-end component handles the parsing of source code and the generation of abstract syntax trees.
抽象语法树是一个表示为对象集合的表达式。
An abstract syntax tree is an expression represented as a collection of objects.
这一次,您可以读取抽象语法树中的所有导入声明了。
This time, you will fetch all of the import statements in the abstract syntax tree.
录制器采用中间格式录制代码,类似于抽象语法树。
The recorder records code in an intermediate format, similar to an Abstract Syntax Tree.
在描述通信协议中抽象语法描述ASN。
Syntax Notation One (ASN. 1) is used in describing the telecommunication protocol.
我听到某处,XML是一种抽象语法的语言。
I heard somewhere that XML is a language for abstract syntax.
它们包含相似的方法并创建相似的抽象语法树(ast)。
They contain similar methods and create similar abstract syntax trees (ASTs).
当您不能使用Eclipse标记时可以使用抽象语法树。
Use the abstract syntax tree when you cannot use Eclipse markers.
介绍了GCC抽象语法树的结构及在编译过程中的作用。
The structure of GCC syntax tree and its functions in compiling are introduced.
现在我不明白如何使用XML指定抽象语法或结构或系统。
Now here I don't understand is that how XML can be used to specify the abstract syntax or structure or systems.
在您沿着抽象语法树深入时,该模式通常会通过一条规则重复应用几次。
This pattern is often reapplied several times through a rule as you dig down through an abstract syntax tree.
所有这些分析器提供了不同的抽象语法树以及获取它们的方式。
All of these provide different ASTs and different ways of getting at it.
在这里,对其它技术(如:编译一个抽象语法树和解析闭包中的变量)也进行了讨论。
Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.
语法感知的长句断行基于语言的解析树(抽象语法树),其他功能需要各个语言的定制。
The syntax-aware reflow we use to wrap long lines is based on the parse trees (abstract syntax trees) for the language, and some other things need per-language customization.
对于Groovy代码的抽象语法树的分析,可以让我们搜集到我们需要的所有相关信息。
The analysis of the abstract syntax tree of the Groovy code, allows us to collect all relevant information we need.
OWL语义和抽象语法文档是决定性的和正式的,它描述了语言的规范性定义。
The OWL Semantics and Abstract Syntax document is the final and formally stated normative definition of the language;
严格说来,AST(抽象语法树)也是一种IR——因为它既不是源代码,也不是目标语言。
Strictly speaking, the AST (abstract syntax tree) is also an IR (intermediate representation) - since it is not quite the source, and not quite the target language.
主要分析了抽象语法树(ast),讨论了磁盘文件的结构及ast的写入和复原技术。
With the emphasis on the abstraCt syntax tree (AST), the paper also discusses the structure of a disk file as well as the functions designed for saving and recovering the AST.
给出解析抽象语法树所使用的词法规则和语法规则,提出了解析gcc抽象语法树的方法。
Lexical rules and syntax rules used for parsing syntax trees are given, and a method for parsing GCC is proposed.
在我们继续之前,我要特别提一下,术语解析树和抽象语法树(或ast)描述了非常相似的语法结构。
I'll note before we go any further that the terms parse tree and abstract syntax tree (or AST) describe very similar grammatical structures.
快速修复只与违反ASTNode(来自抽象语法树的节点)以及IDocument,它是含有节点的资源。
Quick fixes are provided only with the violating ASTNode (the node from the abstract syntax tree) and the IDocument, which is the resource that holds the node.
该系统提供了表示层对数据文件抽象语法表示的支持及数据语法的转换,从而达到了数据文件共享的目的。
This system provides a support of presentation layer to the data file abstract syntax notation and the data grammatical conversion in order to achieve one's object of the sharing of data files.
该系统提供了表示层对数据文件抽象语法表示的支持及数据语法的转换,从而达到了数据文件共享的目的。
This system provides a support of presentation layer to the data file abstract syntax notation and the data grammatical conversion in order to achieve one's object of the sharing ofd…
在这里就可以说明,该规则什么时候起效,在上面提到过的抽象语法树状结构中,已经创建了一个目标 C++操作。
It suffices to say here that when this rule eventually runs, a target C++ operation will have been created already in the abstract syntax tree mentioned earlier.
Ruby_parser还能提供抽象语法树节点的源码位置,这是Ruby代码分析或者 代码转换工具的必需信息。
Ruby_parser also provides source locations of AST nodes, which is obviously necessary for code analysis or code transformation tools in Ruby.
抽象语法描述ASN . 1已经被广泛地运用于协议通信。在VOIP应用中,同样也要用到A SN. 1编解码。
Syntax Notation One (ASN. 1) has been widely used in application protocol communication and it will also been used in VOIP application.
遍历抽象语法树(abstract syntax tree,AST)一次或多次,收集信息并检查输入程序makessense。
Traverses the abstract syntax tree (AST) one or more times, collecting information and checking that the input program makes sense.
因为您会转而使用一些对编译器迷而言十分熟悉的工具:JDT的抽象语法树(Abstract Syntax Tree,AST)框架。
For that, you would turn to something quite familiar to compiler aficionados: the JDT's Abstract Syntax Tree (AST) framework.
Erlang语言(由Ericsson开发)使用一个VM来执行erlangbytecodes,且通过源的抽象语法树解译erlang。
The Erlang language (developed by Ericsson) USES a VM to execute Erlang bytecodes and also to interpret Erlang from the source's abstract syntax tree.
应用推荐