LezerTreeCursor.next method
LezerTreeCursor › next
Unofficial
Move to the next node in tree order.Signature:
next(enter?: boolean | undefined): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| enter? | boolean | undefined | Whether to enter child nodes. |
Returns: boolean — Whether a next node was found.