|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaxen.function.FalseFunction
4.3 boolean false()
Returns false.
| Constructor Summary | |
FalseFunction()
Create a new FalseFunction object. |
|
| Method Summary | |
Object |
call(Context context,
List args)
Returns Boolean.FALSE |
static Boolean |
evaluate()
Returns false. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FalseFunction()
FalseFunction object.
| Method Detail |
public Object call(Context context,
List args)
throws FunctionCallException
Boolean.FALSE
call in interface Functioncontext - the context at the point in the
expression when the function is calledargs - an empty list
Boolean.FALSE
FunctionCallException - if args is not emptypublic static Boolean evaluate()
Boolean.FALSE
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||