|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spin.Evaluator
public abstract class Evaluator
An evaluator is used to evaluate invocations.
Invocation
Constructor Summary | |
---|---|
Evaluator()
|
Method Summary | |
---|---|
abstract void |
evaluate(Invocation invocation)
Evaluate the given invocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Evaluator()
Method Detail |
---|
public abstract void evaluate(Invocation invocation) throws java.lang.Throwable
invocation
- invocation to evaluate
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |