org.oXML.engine.template
Class FunctionTemplate

java.lang.Object
  extended byorg.oXML.engine.template.FunctionTemplate
All Implemented Interfaces:
Template

public class FunctionTemplate
extends java.lang.Object
implements Template


Field Summary
protected  Template body
           
protected  Name name
           
protected  Parameter[] params
           
protected  Type type
           
 
Constructor Summary
FunctionTemplate(Name name, Template body, Parameter[] params)
           
 
Method Summary
 void process(RuntimeContext env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected Type type

name

protected Name name

params

protected Parameter[] params

body

protected Template body
Constructor Detail

FunctionTemplate

public FunctionTemplate(Name name,
                        Template body,
                        Parameter[] params)
Method Detail

process

public void process(RuntimeContext env)
             throws ObjectBoxException
Specified by:
process in interface Template
Throws:
ObjectBoxException