Header menu logo fantomas

ExprConstantNode Type

A constant (literal) expression leaf node such as `42`, `"hello"`, `true`, or `3.14`. This node has no child nodes; all textual content is carried by the source range.

Constructors

Constructor Description

ExprConstantNode(range)

Full Usage: ExprConstantNode(range)

Parameters:
Returns: ExprConstantNode
range : range
Returns: ExprConstantNode

Type something to start searching.