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