|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.engine.template.FunctionTemplate
| 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 |
protected Type type
protected Name name
protected Parameter[] params
protected Template body
| Constructor Detail |
public FunctionTemplate(Name name,
Template body,
Parameter[] params)
| Method Detail |
public void process(RuntimeContext env)
throws ObjectBoxException
process in interface TemplateObjectBoxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||