Exemplo n.º 1
0
 /** Accepts attribute visitor <v> at this node. */
 public Object accept(AttributeStreamVisitor v) {
   return v.visitFilter(
       this, fields, methods, init, getPhases()[0], getInputType(), getOutputType());
 }
Exemplo n.º 2
0
 /** Accepts attribute visitor <v> at this node. */
 public Object accept(AttributeStreamVisitor v) {
   return v.visitJoiner(this, type, weights);
 }