Package org.jaxen.function
Class FalseFunction
java.lang.Object
org.jaxen.function.FalseFunction
- All Implemented Interfaces:
Function
4.3 boolean false()
Returns false.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FalseFunction
public FalseFunction()Create a newFalseFunction
object.
-
-
Method Details
-
call
ReturnsBoolean.FALSE
- Specified by:
call
in interfaceFunction
- Parameters:
context
- the context at the point in the expression when the function is calledargs
- an empty list- Returns:
Boolean.FALSE
- Throws:
FunctionCallException
- ifargs
is not empty
-
evaluate
Returns false.- Returns:
Boolean.FALSE
-