調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >ASTNode >タイプ
ASTNode.types 列挙型
署名:
enum types
列挙型メンバー
メンバー |
値 |
説明 |
ブロック |
"block" |
|
ボタン |
"button" |
|
項目 |
"field" |
|
入力 |
"input" |
|
次へ |
"next" |
|
出力 |
"output" |
|
前へ |
"previous" |
|
スタック |
"stack" |
|
Workspace |
"workspace" |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["The `ASTNode.types` enum defines the different types of nodes that can be found within a Blockly abstract syntax tree (AST)."],["Each node type is represented by a string literal, such as \"block\", \"field\", or \"input\", indicating the role of the node in the AST structure."],["This enum allows for categorizing and identifying specific components of a Blockly program, enabling developers to navigate and manipulate the AST effectively."]]],[]]