public class FalseFunction extends Object implements Function
4.3 boolean false()
Returns false.
| Constructor and Description |
|---|
FalseFunction()
Create a new
FalseFunction object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(Context context,
List args)
Returns
Boolean.FALSE |
static Boolean |
evaluate()
Returns false.
|
public Object call(Context context, List args) throws FunctionCallException
Boolean.FALSEcall in interface Functioncontext - the context at the point in the
expression when the function is calledargs - an empty listBoolean.FALSEFunctionCallException - if args is not emptypublic static Boolean evaluate()
Boolean.FALSECopyright © 2001–2016 Codehaus. All rights reserved.