• 所有这些分析器提供了不同抽象语法树以及获取它们方式。

    All of these provide different ASTs and different ways of getting at it.

    youdao

  • 对于Groovy代码抽象语法分析可以让我们搜集我们需要所有相关信息

    The analysis of the abstract syntax tree of the Groovy code, allows us to collect all relevant information we need.

    youdao

  • 在这里可以说明规则什么时候起效,在上面提到抽象语法树状结构已经创建了一个目标 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.

    youdao

  • 因为转而使用一些编译器而言十分熟悉工具: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.

    youdao

  • 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.

    youdao

  • ruby语法分析器提供改变这种情况机会——Ruby IDE(或者其他工具)可以获得Ruby的抽象语法树,同时避免被绑定到特定语法分析器实现上。

    The pure Ruby parser now offers a chance to change that - a Ruby IDE or other tool, can now get at a Ruby AST without getting locked in.

    youdao

  • 无论选择什么语法,都可以这种结构具体模式范式回溯抽象范式参见 清单3),从而找到确定定义语义

    Regardless of the syntax you choose, you trace the structure from the concrete schema patterns to the abstract pattern (as in Listing 3), where you find semantic anchors that solidify the definition.

    youdao

  • 抽象语法一个表示对象集合表达式。

    An abstract syntax tree is an expression represented as a collection of objects.

    youdao

  • 每一斜体术语表示引用语法抽象元素

    Each italicized term refers to another abstract element in the grammar.

    youdao

  • 这些抽象开发人员可选择使用基于特性标记声明语法还是使用基于嵌套控件命令模型来开发。

    These abstraction layers give developers the option to use a declarative syntax based on attributes or an imperative model based on nested controls.

    youdao

  • Ioke语法确实麻烦,之前有很多都觉得对于强大抽象来说是个绊脚石

    It is really a cumbersome syntax, and as many people before me has noted it's actually a large stumbling block for powerful abstractions.

    youdao

  • 一次可以读取抽象语法所有导入声明

    This time, you will fetch all of the import statements in the abstract syntax tree.

    youdao

  • 在这里,对其它技术(编译一个抽象语法解析变量)也进行了讨论。

    Here other techniques such as compiling an abstract syntax tree and resolving variables in closures are discussed.

    youdao

  • 注意一点也是引起极大争议原因因为有许多可用技巧使得各种语法生成RDF抽象模型转换具有一定脆弱性

    Note that this is also a source of great controversy as the many tricks available lead to a certain brittleness about the translation from the various syntaxes and the resulting RDF abstract model.

    youdao

  • 匿名语法速写标记使能够在需要实现某个抽象类或者接口地方创建一实例而不需要显式提供名称。

    An anonymous class is a kind of syntactic shorthand that lets you instantiate a class implementing an abstract class or interface where you need it, without having to explicitly give it a class name.

    youdao

  • 部分描述作为XSLT映射步骤输入XML代码片段语法其中 XSLT 映射步骤相当抽象参数化谓词转换为特定于插件人员查询

    This section describes the syntax of the XML snippet which is the input for the XSLT mapping step that transforms the pretty abstract parameterized verb into a set of plug-in specific staff queries.

    youdao

  • 程序语言中语法包含了一个抽象模型所有格式良好代码单元(文件)都必须匹配这个模型。

    With a programming language, the grammar contains an abstract model that all well-formed units of code (that is, source files) must match.

    youdao

  • 在这里解析器检测标记结合语法抽象元素匹配程度

    Here, the parser tests combinations of tokens to see how they compare to the abstract elements in its grammar.

    youdao

  • 语法感知断行基于语言解析抽象语法树),其他功能需要各个语言定制

    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.

    youdao

  • 核心语言基础上扩展语法抽象语法抽象表述应当简洁

    Extend the core language with syntactic abstractions that allow concise expression.

    youdao

  • 核心语言基础建立语法抽象

    Building syntactic abstractions on top of the core language.

    youdao

  • Erlang允许我们编程访问经过词法分析(tokenized)、语法分析之后、抽象形式表达式

    Erlang also gives us programmatic access to the tokenized, parsed and abstract forms of an expression.

    youdao

  • 因为可以使用类似语法分析(ParseTree)通用方法来对Ruby代码进行分析并获得抽象语法树(Abstract Syntax Tree),所以Ruby历史上一定时期内,ruby语法分析器缺失忽视了。

    A lack of a pure Ruby parser has been negligible for some time in Ruby's history, since getting the Abstract Syntax Tree (AST) of some Ruby code was possible with utilities such as ParseTree.

    youdao

  • 快速修复违反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.

    youdao

  • 找到关于CDT语法文件我们可以根据parser方法以及这些方法之前注释确定抽象模型元素

    I haven't found any grammar files for the CDT, but we can determine its abstract model elements from the methods in the Parser class and from the comments that precede these methods.

    youdao

  • 接口规范 (IfS)操作使用抽象数据类型方面严格描述服务操作业务语法

    The interface specification (IfS) describes the business syntax of the operations of a service strictly in terms of the abstract data types used by the operations.

    youdao

  • 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.

    youdao

  • Ruby提供足够语法优势以便使可执行(可取)投放抽象概念作为DSL

    Ruby offers enough syntactic sugar to make it feasible (and desirable) to cast abstractions as DSLs.

    youdao

  • 可扩展程序对象模型(EPOM)用来具体刻画程序语法结构一种抽象模型。

    Extended program Object model (which is called EPOM) is a abstract model used to depict the syntax structure of a program.

    youdao

  • 通过两个实验,检验人工语法学习迁移效应产生机制信息迁移抽象类比迁移假说

    The present study aimed to test the chunk information transfer hypothesis and the abstract analogy transfer hypothesis about the transfer effect in artificial grammar learning.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定