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