Literal expression AST node. More...
List of all members.
Literal expression AST node.
EBNF grammar:
literal: true false null literal-token
[virtual]
ICsAstVisitor support.
Implements CsNode.
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Literal string representation (for literal only).
Literal type (for literals only).
Literal token type (one of: tkTRUE, tkFALSE, tkNULL or tkLITERAL).
Literal value (for integral literal only).