रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > ASTNode > टाइप
ASTNode.types एनम
हस्ताक्षर:
enum types
इन्यूमरेशन सदस्य
सदस्य |
मान |
ब्यौरा |
ब्लॉक करें |
"block" |
|
बटन |
"button" |
|
फ़ील्ड |
"field" |
|
इनपुट |
"input" |
|
आगे बढ़ें |
"next" |
|
आउटपुट |
"output" |
|
पिछला |
"previous" |
|
स्टैक |
"stack" |
|
ऑफ़िस |
"workspace" |
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]