AstStatementWithBody ProcessStatementWithBody(AstStatementWithBody astStatementWithBody)
 {
     Descend();
     IsAfterJump = false;
     return(astStatementWithBody);
 }
Example #2
0
 public ControlFlow(AstStatementWithBody statement, AstBlock parent)
 {
     Statement = statement;
     Parent    = parent;
 }