blockly > ASTNode > انواع
ASTNode.types enum
امضا:
enum types
شمارش اعضا
عضو | ارزش | توضیحات |
---|
BLOCK | "block" | |
دکمه | "button" | |
میدان | "field" | |
ورودی | "input" | |
بعدی | "next" | |
خروجی | "output" | |
قبلی | "previous" | |
پشته | "stack" | |
فضای کار | "workspace" | |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-04 بهوقت ساعت هماهنگ جهانی."],[[["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"]]