blockly > ASTNode > next
metoda ASTNode.next();
Znajdź element po prawej stronie bieżącego elementu w AST.
Podpis:
next(): ASTNode | null;
Zwroty:
ASTNode | null
Węzeł AST, który opakowuje następne pole, połączenie, blok lub obszar roboczy. Wartość null, jeśli po prawej stronie nie ma węzła.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-08 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-08 UTC."],[[["The `ASTNode.next()` method locates the element immediately to the right of the current element within the Abstract Syntax Tree (AST)."],["It returns an ASTNode representing the next field, connection, block, or workspace, or null if no element exists to the right."]]],[]]