Exemplo n.º 1
0
 public Object send(Object value) throws StopIterationException {
   PArguments.setSpecialArgument(arguments, value);
   return callTarget.call(arguments);
 }
Exemplo n.º 2
0
 @Override
 public Object __next__() throws StopIterationException {
   return callTarget.call(arguments);
 }