void IVisitor.VisitBefore(SubstringFunc expr)
 {
     this.ParentExists(expr);
 }
 void IVisitor.VisitOnSeparator(SubstringFunc expr, int offset, int i)
 {
     this.ParentExists(expr);
 }
 void IVisitor.VisitAfter(SubstringFunc expr)
 {
     this.ParentExists(expr);
 }