Skip to content

LezerTreeCursor.next method

LezerTreeCursor › next

Unofficial

Move to the next node in tree order.

Signature:

next(enter?: boolean | undefined): boolean

Parameters:

ParameterTypeDescription
enter?boolean | undefinedWhether to enter child nodes.

Returns: booleanWhether a next node was found.