Example #1
0
 /** the end of a predicate */
 public void endPredicate(int pred) {
   next.endPredicate(pred);
 }
Example #2
0
 public void endPredicate(int pred) {
   next.endPredicate(pred);
   condition.endPredicate(pred);
 }