|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Function
Interface for classes that take value lists, and return values.
Method Summary | |
---|---|
Value |
eval(java.util.List<Value> args)
Returns the return value of the evaluated function. |
java.lang.String |
getName()
Returns the name of the function |
Method Detail |
---|
java.lang.String getName()
Value eval(java.util.List<Value> args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |