org.oXML.engine.template
Class DynamicFunction
java.lang.Object
org.oXML.type.Function
org.oXML.engine.template.DynamicFunction
- public class DynamicFunction
- extends Function
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DynamicFunction
public DynamicFunction(Name name,
Parameter[] params,
Template body)
getSignature
protected static final Type[] getSignature(Parameter[] params)
invoke
public Node invoke(Node target,
Node[] args,
RuntimeContext ctxt)
throws ObjectBoxException
- Specified by:
invoke in class Function
- Throws:
ObjectBoxException
invoke
public Node invoke(Node[] args,
RuntimeContext ctxt)
throws ObjectBoxException
- Specified by:
invoke in class Function
- Throws:
ObjectBoxException
process
public Node process(Node[] args,
RuntimeContext env)
throws ObjectBoxException
- Throws:
ObjectBoxException
evaluate
public Node evaluate(Node[] args,
RuntimeContext env)
throws ObjectBoxException
- Throws:
ObjectBoxException