|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HFunction
A native (Java) function that may be invoked from Hava source. Several functions are predefined in Hava, and others may be registered with the Engine. An external registered function must implement this interface.
Method Summary | |
---|---|
HValue |
evaluate(HValue args)
Evaluates this function, given a list of arguments. |
java.lang.String |
getIdentifier()
Returns the name of this function as it would appear in a Hava invocation, for example, "cosh". |
Method Detail |
---|
HValue evaluate(HValue args) throws HException
HException
java.lang.String getIdentifier()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |