net.rewerse.i5.r3.eval
Class ExprEvaluator.ArgEval.Nop

java.lang.Object
  extended by net.rewerse.i5.r3.eval.ExprEvaluator.ArgEval.Nop
All Implemented Interfaces:
ExprEvaluator.ArgEval
Enclosing interface:
ExprEvaluator.ArgEval

public static class ExprEvaluator.ArgEval.Nop
extends java.lang.Object
implements ExprEvaluator.ArgEval


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.rewerse.i5.r3.eval.ExprEvaluator.ArgEval
ExprEvaluator.ArgEval.Nop
 
Constructor Summary
ExprEvaluator.ArgEval.Nop()
           
 
Method Summary
 void evalCompleted(ExprEvaluator.ContextArg ctx)
           
 void evalFinished(ExprEvaluator.ContextArg ctx)
           
 void evalFree(ExprEvaluator.ContextArg ctx)
           
 void evalOne(ExprEvaluator.ContextArg ctx, Result r)
           
 void evalOne(ExprEvaluator.ContextArg ctx, java.lang.String val, Tuple with)
           
 void evalSome(ExprEvaluator.ContextArg ctx, java.lang.Iterable<Result> lr)
           
 void evalStarted(ExprEvaluator.ContextArg ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprEvaluator.ArgEval.Nop

public ExprEvaluator.ArgEval.Nop()
Method Detail

evalStarted

public void evalStarted(ExprEvaluator.ContextArg ctx)
                 throws java.lang.Exception
Specified by:
evalStarted in interface ExprEvaluator.ArgEval
Throws:
java.lang.Exception

evalOne

public void evalOne(ExprEvaluator.ContextArg ctx,
                    java.lang.String val,
                    Tuple with)
             throws java.lang.Exception
Specified by:
evalOne in interface ExprEvaluator.ArgEval
Throws:
java.lang.Exception

evalOne

public void evalOne(ExprEvaluator.ContextArg ctx,
                    Result r)
             throws java.lang.Exception
Specified by:
evalOne in interface ExprEvaluator.ArgEval
Throws:
java.lang.Exception

evalSome

public void evalSome(ExprEvaluator.ContextArg ctx,
                     java.lang.Iterable<Result> lr)
              throws java.lang.Exception
Specified by:
evalSome in interface ExprEvaluator.ArgEval
Throws:
java.lang.Exception

evalCompleted

public void evalCompleted(ExprEvaluator.ContextArg ctx)
                   throws java.lang.Exception
Specified by:
evalCompleted in interface ExprEvaluator.ArgEval
Throws:
java.lang.Exception

evalFinished

public void evalFinished(ExprEvaluator.ContextArg ctx)
Specified by:
evalFinished in interface ExprEvaluator.ArgEval

evalFree

public void evalFree(ExprEvaluator.ContextArg ctx)
Specified by:
evalFree in interface ExprEvaluator.ArgEval