PARSE TREE Meaning in Japanese - translations and usage examples

[pɑːz triː]
[pɑːz triː]
解析木
解析ツリー
構文木を

Examples of using Parse tree in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The parse tree doesn't change.
漆の木は相変らず。
Node in the parse tree.
ノードの内部パースツリーのソースコード。
Original parse tree contains a nil for the else body. It then calls.
加えて、この場合元のパースツリーはelseの本体としてnilを持っているので、。
This is an example of a string that has more than one parse tree in our grammar.
同様にこの大きな文字列は複数の解析木を持っています。
In many cases the parse tree is not the final product.
多くの場合、最終的に生成されるのは解析ツリーではありません。
Parse trees may be extracted with or without line numbering information. parser.
解析木は行番号情報を持って、あるいは持たずに抽出されます。parser。
SWIG can also export its parse tree into XML and Lisp s-expressions.
SWIGは、XMLとLispS式の形で、その構文木をエクスポートすることもできます。
Creating ST Objects¶ ST objectsmay be created from source code or from a parse tree.
STオブジェクトを作成する¶STオブジェクトはソースコードあるいは解析木から作られます。
SWIG can also export its parse tree in the form of XML and Lisp s-expressions.
SWIGは、XMLとLispS式の形で、その構文木をエクスポートすることもできます。
The resulting list representation can be used for inspection orthe creation of a new parse tree in list form.
結果のリスト表現はインスペクションあるいはリスト形式の新しい解析木の作成に使うことができます。
The parse command shows the parse tree of a well-formed term as follows:.
Verboseスイッチをonにすると、parseコマンドは解析木を表示する:。
The Cascading Style Sheets level 2 Recommendation[CSS2]defines style properties which are applied to the parse tree of the HTML or XML documents.
カスケーディング・スタイル・シート・レベル2推薦[CSS2]は、HTMLかXMLのドキュメントの解析ツリーに適用されるスタイルのプロパティを定義します。
This module prints the contents of the parse tree, but without as much information as B::Debug.
このモジュールは構文木の内容を出力しますが、B::Debugより得られる情報は少ないです。
In IronPython, the parse tree is also a DLR expression tree, but it contains many custom nodes that the DLR would not normally understand(such as ForStatement).
IronPythonでは、その解析ツリーもまたDLR式ツリーですが、これはDLRが通常は解さないようなカスタムノードを数多く含んでいます(たとえばForStatementなど)。
Just like we saw in the last example, typically, the parse tree for HTML will be a list of elements.
典型的なHTMLの解析木は要素のリストになりますそれらの要素を1つずつ処理します。
The parse trees stored in the ST objects created by this module are the actual output from the internal parser when created by the expr() or suite() functions, described below.
このモジュールが作成するSTオブジェクトの中に格納される解析木は、下で説明するexpr()またはsuite()関数によって作られるときに内部パーサから実際に出力されるものです。
If a rule is matched,a node corresponding to the token will be added to the parse tree and the parser will ask for another token.
ルールが一致した場合、そのトークンに対応するノードが解析ツリーに追加され、パーサーは別のトークンを要求します。
When set, they print the resulting parse tree, the query rewriter output, or the execution plan for each executed query.
設定すると実行された問い合わせそれぞれに対し、最終的な解析ツリー、問い合わせリライタの出力、実行計画を出力します。
To3A tool that tries to convert Python 2.x code to Python 3.x code by handling most of the incompatibilities which can be detected by parsing the source and traversing the parse tree.
To3Python2.xのコードをPython3.xのコードに変換するツールです。ソースコードを解析してその解析木を巡回(traverse)することで検知できる、非互換性の大部分を処理します。
You will then see how to feed transformed parse trees into SAX pipelines, further transform them, and write them as text or to SQL databases.
その上で、変換した解析ツリーをSAXパイプラインにフィードしてさらに変換し、テキストとして書き出したりSQLデータベースに書き込む方法を説明します。
The primary purpose for this interfaceis to allow Python code to edit the parse tree of a Python expression and create executable code from this.
このインターフェイスの第一の目的は、PythonコードからPythonの式の解析木を編集したり、これから実行可能なコードを作成したりできるようにすることです。
A rich query language on the parse tree: CSS1 can only look for ancestor elements in the parse tree, while other style sheet languages(e.g. DSSSL[6]) offers a full query language.
解析ツリー上の豊富なクエリー言語:CSS1は、解析ツリー内の先祖要素を捜すことだけができ、同時に、別のスタイル・シート言語(例えば、DSSSL[6])が、十分なクエリー言語を提示しています。
As a reminder, an ambiguous grammar is one that given a string in that language,there are 2 parse trees, there are 2 ways to traverse the grammar and create that string.
つの解析木が文法を横切り文字列を作る方法が2つあることですのちに分かりますがこれは言語を解釈する上で悪い状況です。
Symbol- Constants used with Python parse trees- Python 3.8.0 documentation symbol-Constants used with Python parse trees¶ Source code: Lib/symbol. py This module provides constants which represent the numeric values of internal nodes of the parse tree..
Symbol---Python解析木と共に使われる定数-Python3.8.0ドキュメントsymbol---Python解析木と共に使われる定数¶ソースコード:Lib/symbol.pyこのモジュールは解析木の内部ノードの数値を表す定数を提供します。
The most important purposes are to create ST objects and to convert ST objects to other representations such as parse trees and compiled code objects,but there are also functions which serve to query the type of parse tree represented by an ST object.
もっとも重要な目的はSTオブジェクトを作ることと、STオブジェクトを解析木とコンパイルされたコードオブジェクトのような他の表現に変換することです。しかし、STオブジェクトで表現された解析木の型を調べるために役に立つ関数もあります。
This function provides the interface to the compiler, passing the internal parse tree from st to the parser, using the source file name specified by the filename parameter.
この関数はコンパイラへのインターフェイスを提供し、filenameパラメータで指定されるソースファイル名を使って、stからパーサへ内部解析木を渡します。
The ST objects are not required to support the functionality of this module, but are provided for three purposes: to allow an application to amortize the cost of processing complex parse trees,to provide a parse tree representation which conserves memory space when compared to the Python list or tuple representation, and to ease the creation of additional modules in C which manipulate parse trees..
STオブジェクトはこのモジュールの機能をサポートするために必要ありませんが、三つの目的から提供されています:アプリケーションが複雑な解析木を処理するコストを償却するため、Pythonのリストやタプル表現に比べてメモリ空間を保全する解析木表現を提供するため、解析木を操作する追加モジュールをCで作ることを簡単にするため。
Traversing the Parsed Tree.
解析されたツリーを横断する。
Both of these are always smaller than the size of the parsed tree itself.
これらは、パースされたツリーのサイズより常に小さいでしょう。
Results: 29, Time: 0.0281

Word-for-word translation

Top dictionary queries

English - Japanese