Exemplo n.º 1
0
 public override void EnterDeleteStatementEnd(CodeElementsParser.DeleteStatementEndContext context)
 {
     Context = context;
     CodeElement = new DeleteStatementEnd();
 }
Exemplo n.º 2
0
 public virtual void EndDeleteStatementConditional(TypeCobol.Compiler.CodeElements.DeleteStatementEnd end)
 {
     AttachEndIfExists(end);
     Exit();
 }