แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ASTNode > ประเภท
enum ของ ASTNode.types
ลายเซ็น:
enum types
สมาชิกการแจงนับ
สมาชิก |
ค่า |
คำอธิบาย |
บล็อก |
"block" |
|
ปุ่ม |
"button" |
|
ช่อง |
"field" |
|
อินพุต |
"input" |
|
ถัดไป |
"next" |
|
เอาต์พุต |
"output" |
|
ก่อนหน้า |
"previous" |
|
กองซ้อน |
"stack" |
|
พื้นที่ทำงาน |
"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."]]],["The `ASTNode.types` enum defines the possible types of nodes within an Abstract Syntax Tree (AST). The enumeration includes nine members, each with a string value. These members categorize different elements such as `\"block\"`, `\"button\"`, `\"field\"`, `\"input\"`, `\"next\"`, `\"output\"`, `\"previous\"`, `\"stack\"`, and `\"workspace\"`. Each type represents a specific component or characteristic within the AST structure, enabling detailed identification and management.\n"]]