public override void ExitSentence(ProgramClassParser.SentenceContext context) { AttachEndIfExists(context.SentenceEnd()); if (CurrentNode is Sentence) Exit();//TODO remove this and check what happens when exiting last CALL in FIN-STANDARD in BigBatch file (ie. CheckPerformance test) }