Survei Riset: Ceritakan pengalaman Anda dengan Blockly
Mulai survei
blockly > ASTNode > jenis
Enum ASTNode.types
Tanda Tangan:
enum types
Anggota Enumerasi
Anggota |
Nilai |
Deskripsi |
BLOKIR |
"block" |
|
TOMBOL |
"button" |
|
KOLOM |
"field" |
|
MASUKAN |
"input" |
|
BERIKUTNYA |
"next" |
|
KELUAR |
"output" |
|
SEBELUMNYA |
"previous" |
|
Tumpuk |
"stack" |
|
RUANG KERJA |
"workspace" |
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-21 UTC.
[null,null,["Terakhir diperbarui pada 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."]]],[]]