Пример #1
0
 public virtual void Visit(WExistsPredicate node)
 {
     node.AcceptChildren(this);
 }
Пример #2
0
 public virtual void Visit(WExistsPredicate node)
 {
     node.AcceptChildren(this);
 }
Пример #3
0
 public override void Visit(WExistsPredicate existsPredicate)
 {
     this.runtimeFunctionCount++;
     existsPredicate.AcceptChildren(this);
 }