New array expression AST node. More...
List of all members.
New array expression AST node.
EBNF grammar:
new-array-expression: "new" non-array-type "[" expression-list "]" ( rank-specifiers )? ( array-initializer )? "new" non-array-type? rank-specifiers array-initializer
[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.
Clear all entity references (for internal purpose only).
Reimplemented from CsExpression.
Member Lookup - pass 4 (for internal purpose only).
CsAstVisitor support.
Array size expressions.
Array initializer.
Array type specifiers.
Array element type.