|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurableFunction
Allows a Function
to be configured in Spring and
then have it's arguments, line number, and row number set.
Method Summary | |
---|---|
int |
getExpectedNumberOfArguments()
Gets number of expected arguments. |
void |
setArguments(int expectedNumberOfArguments,
Function[] arguments,
int line,
int column)
Sets arguments, line number, and column number. |
Method Detail |
---|
int getExpectedNumberOfArguments()
void setArguments(int expectedNumberOfArguments, Function[] arguments, int line, int column)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |