Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
blockly > ASTNode > Typen
ASTNode.types-Enum
Unterschrift:
enum types
Mitglieder der Aufzählung
Mitglied |
Wert |
Beschreibung |
BLOCKIEREN |
"block" |
|
SCHALTFLÄCHE |
"button" |
|
FELD |
"field" |
|
INPUT |
"input" |
|
WEITER |
"next" |
|
OUTPUT |
"output" |
|
ZURÜCK |
"previous" |
|
STACK |
"stack" |
|
ARBEITSBEREICH |
"workspace" |
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-21 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]