|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Interface FunctionNode

- All Superinterfaces:
- Node
- All Known Implementing Classes:
- AbstractFunctionNode, JavaObjectNode.JavaFieldNode, SubDefinitionNode
- public interface FunctionNode
- extends Node
This is an abstract interface to use for nodes of which functions can be called.
- Version:
- 0.9
| Method Summary | |
java.lang.Object |
execute(VarListNode vars,
AspContext context)
Executes a function with the specified parameters. |
| Methods inherited from interface com.tripi.asp.Node |
dump, execute, prepare |
| Method Detail |
execute
public java.lang.Object execute(VarListNode vars, AspContext context) throws AspException
- Executes a function with the specified parameters.
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC