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" ";"
[inline]
[inline, explicit]
[inline, virtual]
Collect entities defined in this AST node.
Implements CsNode.
Collect entity references.
[virtual]
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
Build Entities - pass 2 (for internal purpose only).
Reimplemented from CsStatement.
CsAstCallback support.
Clear all entity references (for internal purpose only).
Member Lookup - pass 4 (for internal purpose only).
Type Lookup - pass 3 (for internal purpose only).
CsAstVisitor support.
Case expression.
Goto target node.
Label name.
Goto label type (one of: tkIDENTIFIER, tkCASE, tkDEFAULT).