public override void EnterComputeStatementEnd(CodeElementsParser.ComputeStatementEndContext context)
 {
     Context = context;
     CodeElement = new ComputeStatementEnd();
 }
Exemple #2
0
 public virtual void EndComputeStatementConditional(TypeCobol.Compiler.CodeElements.ComputeStatementEnd end)
 {
     AttachEndIfExists(end);
     Exit();
 }