|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object beanface.el.functor.FunctionParameters
public class FunctionParameters
A simple place holder object to hold an array of parameter values to be passed to a method invocation.
Constructor Summary | |
---|---|
FunctionParameters(java.lang.Object... params)
Construct the FunctionParameters by wrapping the given params. |
Method Summary | |
---|---|
java.lang.Object[] |
getParams()
Get the array of parameter objects. |
java.lang.String |
toString()
A string representation of the parameter array for debugging and logging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FunctionParameters(java.lang.Object... params)
params
- Method Detail |
---|
public java.lang.Object[] getParams()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |