Abstract Syntax Tree中文,Abstract Syntax Tree的意思,Abstract Syntax Tree翻译及用法

2026-05-05 11:52 浏览次数 19

Abstract Syntax Tree

In computer science, an abstract syntax tree (AST), or just syntax tree, is a tree representation of the abstract syntactic structure of source code written in a programming language. Each node of the tree denotes a construct occurring in the source code.

Abstract Syntax Tree 例句

英汉例句

  • Because you have defined this extension to be invoked when the transformation is processing a UML class, you can safely type the target object to an Abstract Syntax Tree (AST) TypeDeclaration object.

    因为当转换处理UM l类时,您已经定义调用该扩展,所以您可以安全地向Abstract Syntax Tree (ast)TypeDeclaration对象输入目标对象。

  • For that, you would turn to something quite familiar to compiler aficionados: the JDT「s Abstract Syntax Tree (AST) framework.

    因为您会转而使用一些对编译器迷而言十分熟悉的工具:JDT的抽象语法树(Abstract Syntax Tree,AST)框架。

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

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

  • 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中,您的代码看上去像一个文本视图,但是开发环境实际上正在编辑Abstract Syntax Tree (ast)。

  • MPS maintains the code in an Abstract Syntax Tree ( AST), which consists of nodes with properties, children and references, and fully describes the program code.

    MPS用一棵抽象句法树(AST)来维护代码。

相关热词