public override void EnterAddStatementEnd(CodeElementsParser.AddStatementEndContext context)
 {
     Context = context;
     CodeElement = new AddStatementEnd();
 }
Beispiel #2
0
 public virtual void EndAddStatementConditional(TypeCobol.Compiler.CodeElements.AddStatementEnd end)
 {
     AttachEndIfExists(end);
     Exit();
 }