public override void EnterRewriteStatementEnd(CodeElementsParser.RewriteStatementEndContext context) { Context = context; CodeElement = new RewriteStatementEnd(); }
public virtual void EndRewriteStatementConditional(TypeCobol.Compiler.CodeElements.RewriteStatementEnd end) { AttachEndIfExists(end); Exit(); }