NumberNode
Parsed numeric literal with its lexical and normalized components.
Properties
Link copied to clipboard
decoded character value, or null for ordinary numbers
Link copied to clipboard
Immediate syntax children in source order.
Link copied to clipboard
Stable structural category of this node.
Link copied to clipboard
literal family
Link copied to clipboard
absolute sign token ID, or null when no explicit sign was written
Link copied to clipboard
End-exclusive range of source characters belonging to this node.
Link copied to clipboard
End-exclusive range of absolute token IDs belonging to this node.
Link copied to clipboard
absolute ID of the unsigned value token
Functions
Link copied to clipboard
Dispatches this number to SyntaxNodeVisitor.visitNumber.