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