|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.valang.functions.AbstractMathFunction
org.springmodules.validation.valang.functions.AddFunction
public class AddFunction
| Constructor Summary | |
|---|---|
AddFunction(Function leftFunction,
Function rightFunction,
int line,
int column)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getResult(java.lang.Object target)
Gets the result of the function. |
| Methods inherited from class org.springmodules.validation.valang.functions.AbstractMathFunction |
|---|
getLeftFunction, getRightFunction, getTemplate, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddFunction(Function leftFunction,
Function rightFunction,
int line,
int column)
| Method Detail |
|---|
public java.lang.Object getResult(java.lang.Object target)
FunctionGets the result of the function.
target - the target bean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||