Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.tripi.asp
Interface FunctionNode  view FunctionNode download FunctionNode.java

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.