Literal expression AST node. More...
List of all members.
Literal expression AST node.
EBNF grammar:
literal: "true" "false" "null" literal-token
[inline]
[inline, explicit]
[virtual]
Collect token indexes associated with this AST node.
Implements CsNode.
Recursively collect token indexes in source code order.
[inline, virtual]
CsAstCallback support.
Member Lookup - pass 4 (for internal purpose only).
Type Lookup - pass 3 (for internal purpose only).
Reimplemented from CsExpression.
CsAstVisitor support.
Float value.
Integer value.
Literal string representation (for literal only).
Literal type (for literals only).
String value.
Literal token type (one of: tkTRUE, tkFALSE, tkNULL or tkLITERAL).