Skip to content

LezerTreeCursor.next method

LezerTreeCursor › next

Unofficial

Move to the next node in tree order.

Signature:

next(enter?: boolean | undefined): boolean

Parameters:

Parameter Type Description
enter? boolean | undefined Whether to enter child nodes.

Returns: booleanWhether a next node was found.