|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webmacro.util.PropertyMethod
org.webmacro.engine.FunctionCall
Holder for standalone function calls $a($foo)
Constructor Summary | |
FunctionCall(java.lang.String name,
Macro args)
Create a new FunctionCall |
|
FunctionCall(java.lang.String name,
java.lang.Object[] args)
Create a new FunctionCall |
Methods inherited from class org.webmacro.util.PropertyMethod |
getArguments, getName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FunctionCall(java.lang.String name, java.lang.Object[] args)
name
- the name of the method to callargs
- the arguments, including Macro objectspublic FunctionCall(java.lang.String name, Macro args)
name
- the name of the method to callargs
- the arguments, including Macro objects
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |