Exemplo n.º 1
0
 public override void EnterXmlStatementEnd(CodeElementsParser.XmlStatementEndContext context)
 {
     Context = context;
     CodeElement = new XmlStatementEnd();
 }
Exemplo n.º 2
0
 public virtual void EndXmlParseStatementConditional(TypeCobol.Compiler.CodeElements.XmlStatementEnd end)
 {
     AttachEndIfExists(end);
     Exit();
 }