[]
ArrayNode, ErrorNode, LogicalNode, NumberNode, TextNodeThis abstract base class represents literal values that appear as terminal nodes in an expression tree, such as numbers, text, logical values, errors, and array constants.
As a subclass of TerminalNode, a constant node does not contain child nodes and is used as a leaf node during parsing and evaluation.
getChildren