|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oXML.type.Function
org.oXML.type.ConstructorFunction
org.oXML.engine.template.DynamicConstructor
| Field Summary | |
protected Parameter[] |
parentConstructors
|
protected Parameter[] |
variables
|
| Constructor Summary | |
DynamicConstructor(Type type,
Parameter[] variables)
create a Generated Default Constructor |
|
DynamicConstructor(Type type,
Parameter[] params,
Template body,
Parameter[] variables,
Parameter[] parentConstructors)
|
|
| Method Summary | |
Node |
evaluate(DynamicNode instance,
Node[] args,
RuntimeContext env)
|
void |
initialise(DynamicNode instance,
Node[] args,
RuntimeContext env)
|
Node |
invoke(AbstractNode target,
Node[] args,
RuntimeContext context)
|
Node |
invoke(Node[] args,
RuntimeContext context)
|
Node |
invoke(Node target,
Node[] args,
RuntimeContext context)
|
| Methods inherited from class org.oXML.type.ConstructorFunction |
getDeclaringType |
| Methods inherited from class org.oXML.type.Function |
getKey, getName, getSignature, print, printSignature, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected Parameter[] variables
protected Parameter[] parentConstructors
| Constructor Detail |
public DynamicConstructor(Type type,
Parameter[] params,
Template body,
Parameter[] variables,
Parameter[] parentConstructors)
public DynamicConstructor(Type type,
Parameter[] variables)
| Method Detail |
public Node invoke(Node[] args,
RuntimeContext context)
throws ObjectBoxException
invoke in class FunctionObjectBoxException
public Node invoke(Node target,
Node[] args,
RuntimeContext context)
throws ObjectBoxException
invoke in class ConstructorFunctionObjectBoxException
public Node invoke(AbstractNode target,
Node[] args,
RuntimeContext context)
throws ObjectBoxException
ObjectBoxException
public void initialise(DynamicNode instance,
Node[] args,
RuntimeContext env)
throws ObjectBoxException
ObjectBoxException
public Node evaluate(DynamicNode instance,
Node[] args,
RuntimeContext env)
throws ObjectBoxException
ObjectBoxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||