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