ListNode
Non-empty list syntax such as [a, b | Tail].
Empty lists are represented as an empty-list StructureNode.
Properties
Link copied to clipboard
Immediate syntax children in source order.
Link copied to clipboard
expressions before an optional tail delimiter
Link copied to clipboard
Stable structural category of this node.
Link copied to clipboard
End-exclusive range of source characters belonging to this node.
Link copied to clipboard
expression after |, or null for a proper list
Link copied to clipboard
End-exclusive range of absolute token IDs belonging to this node.
Functions
Link copied to clipboard
Dispatches this list to SyntaxNodeVisitor.visitList.