|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evaluator
This interface represents an object that evaluates a Nut object.
| Method Summary | |
|---|---|
java.lang.Object |
eval(java.lang.Object nut)
Evaluate the object. |
java.lang.Class |
getType()
Get the expected evaluation result type. |
| Method Detail |
|---|
java.lang.Object eval(java.lang.Object nut)
throws java.lang.Exception
nut - the object.
java.lang.Exception - if any error happens.java.lang.Class getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||