Goto statement AST node. More...
List of all members.
Goto statement AST node.
EBNF grammar:
goto-statement: "goto" identifier ";" "goto" "case" constant-expression ";" "goto" "default" ";"
[virtual]
ICsAstVisitor support.
Implements CsNode.
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Clone AST node.
Replace CsNode fields.
Reimplemented from CsNode.
Case expression.
Goto target node.
Label name.
Goto label type (one of: tkIDENTIFIER, tkCASE, tkDEFAULT).