CsCheckedExpression Class Reference

Checked expression AST node. More...

Inheritance diagram for CsCheckedExpression:

CsPrimaryExpression CsExpression CsNode

List of all members.

Public Member Functions

override void addTokensRecursive (CsTokenCollector tokenCollector)
 Recusively collect token indexes in source code order.
override void addTokens (CsTokenCollector tokenCollector)
 Collect token indexes associated with this AST node.
override void visit (ICsAstVisitor visitor)
 CsAstVisitor support.
override void callback (ICsAstCallback visitor)
 CsAstCallback support.

Public Attributes

CsExpression expression
 Expression.
int checked_token
int lparen_token
int rparen_token


Detailed Description

Checked expression AST node.

EBNF grammar:

checked-expression:
  "checked" "(" expression ")"

© 2007 metaspec