小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > マイクロソフト用語 > Abstract Syntax Treeの意味・解説 

Abstract Syntax Treeとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 抽象構文木(ちゅうしょうこうぶんぎ、英: abstract syntax tree、AST)は、通常の構文木(具象構文木あるいは解析木とも言う)から、言語の意味に関係ない情報を取り除き、意味に関係ある情報のみを取り出した(抽象した)木構造の木である。


マイクロソフト用語集での「Abstract Syntax Tree」の意味

abstract syntax tree


「Abstract Syntax Tree」の部分一致の例文検索結果

該当件数 : 20



例文

A syntax analyzing part 13 prepares an abstract syntax tree of the segmented tokens.例文帳に追加

構文解析部13は、切り出したトークンの抽象構文木を作成する。 - 特許庁

By a specification front end 6, an internal specification 2 is converted into an abstract syntax tree, as a specification abstract syntax tree 9.例文帳に追加

仕様フロントエンド6によって、内部仕様2を抽象構文木に変換し、仕様抽象構文木9とする。 - 特許庁

By a program front end 5, a program 1 is converted into an abstract syntax tree as a program abstract syntax tree 8.例文帳に追加

プログラムフロントエンド5によって、プログラム1を抽象構文木に変換し、プログラム抽象構文木8とする。 - 特許庁

An abstract syntax tree verifying section 7 compares the program abstract syntax tree 8 and the specification abstract syntax tree 9, and examines whether a program to be verified satisfies the internal specification 2.例文帳に追加

抽象構文木検証部7は、プログラム抽象構文木8と仕様抽象構文木9とを比較し、検証対象プログラムが内部仕様2を満足するかを検証する。 - 特許庁

A user prepares an abstract syntax tree specification definition file 30, which describes the use of the abstract syntax tree stored in an abstract syntax tree storage part 220 as the analyzed result of a high-order language input file 10, and inputs it to a programming language translation program development supporting device 100.例文帳に追加

ユーザは、上位言語入力ファイル10の解析結果として抽象構文木記憶部220に記憶される抽象構文木の使用を記述した抽象構文木仕様定義ファイル30を作成し、プログラミング言語変換プログラム開発支援装置100に入力する。 - 特許庁

Return an abstract syntax tree for the Python source code in the file specified by path.例文帳に追加

path で指定されたファイル中の Python ソースコードから得られた抽象構文木 AST を返します。 - Python

例文

Do a pre-order walk over the abstract syntax tree ast.発音を聞く 例文帳に追加

ast に格納された抽象構文木の各ノードを先行順序 (pre-order) でたどっていきます。 - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「Abstract Syntax Tree」の意味

abstract syntax tree


Weblio英和対訳辞書での「Abstract Syntax Tree」の意味

Abstract syntax tree

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

ウィキペディア英語版での「Abstract Syntax Tree」の意味

Abstract syntax tree

出典:『Wikipedia』 (2011/06/23 13:57 UTC 版)

英語による解説
ウィキペディア英語版からの引用

「Abstract Syntax Tree」の部分一致の例文検索結果

該当件数 : 20



例文

The programming language translation program development supporting device 100 analyzes the abstract syntax tree specification definition file 30 and prepares an abstract syntax tree damp program file 40, an abstract syntax tree access program file 50 and an abstract syntax tree scan program file 60 on the basis of this analyzed result.例文帳に追加

プログラミング言語変換プログラム開発支援装置100は、抽象構文木仕様定義ファイル30を解析し、この解析結果を元にして抽象構文木ダンププログラムファイル40、抽象構文木アクセスプログラムファイル50及び抽象構文木走査プログラムファイル60を作成する。 - 特許庁

This tree is used to generate an abstract syntax tree (AST) and then Python bytecode.The full functionality of the package duplicates the builtin compiler provided with the Python interpreter.例文帳に追加

この構文木から抽象構文木 AST (Abstract Syntax Tree) が生成され、その後 Python バイトコードが得られます。 このパッケージの機能は、Python インタプリタに内蔵されている組み込みのコンパイラがすべて含んでいるものです。 - Python

The source code processing device acquires a source code to be inspected, and performs syntax analysis on the acquired source code to generate an AST (abstract syntax tree) 230.例文帳に追加

ソースコード処理装置は、検査対象となるソースコードを取得し、その構文解析を行いAST(抽象構文木)を生成する。 - 特許庁

The compiler contains libraries to generate an abstract syntax tree from Python source code and to generate Python bytecode from the tree. The例文帳に追加

compiler はPython のソースコードから抽象的な構文木を生成し、その構文木からPython バイトコードを生成するライブラリをそなえています。 - Python

An abstract syntax tree generation unit 201-2 generates an abstract syntax tree corresponding to each input sentence by: analyzing syntax of the input sentence; removing a portion unrelated to the meaning of a process; and applies the process such that nodes which may take a plurality of arguments and correspond to the arguments are at the same layer.例文帳に追加

抽象構文木生成部201−2は、各入力文について構文解析を行った後、処理の意味に関係ない部分を除去し、かつ複数の引数をとり得る各引数に対応する各ノードは同じ階層になるように処理して各入力文に対応する各抽象構文木を生成する。 - 特許庁

Returns an abstract syntax tree for the Python source code in buf.The function raises SyntaxError if there is an error in the sourcecode.発音を聞く 例文帳に追加

buf 中の Python ソースコードから得られた抽象構文木 AST を返します。 ソースコード中にエラーがある場合、この関数は SyntaxError を発生させます。 - Python

To develop a programming language translation program to use an abstract syntax tree as the intermediate result with a little man-hour.例文帳に追加

中間結果として抽象構文木を使用するプログラミング言語変換プログラムを少ない工数で開発する。 - 特許庁

例文

A variable section setting part 102 creates an abstract syntax tree from a created model read from a created model storage means 101, and integrates the same partial trees into one partial tree.例文帳に追加

可変部設定手段102は、作成済みモデル格納手段101から読み込んだ作成済みモデルから抽象構文木を作成し、そのうち部分木が同じものは1つの部分木に統合する。 - 特許庁

>>例文の一覧を見る


Abstract Syntax Treeのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのAbstract syntax tree (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS