Ejemplo n.º 1
0
 public void visitPredicate(Predicate predicate) {
   predicate.getExpression(0).accept(this);
 }