org.jaxen.function
public class FalseFunction extends Object implements Function
| Constructor Summary | |
|---|---|
| FalseFunction()
Create a new FalseFunction object. | |
| Method Summary | |
|---|---|
| Object | call(Context context, List args) Returns Boolean.FALSE
|
| static Boolean | evaluate()
Returns false.
|
FalseFunction object.Boolean.FALSE
Parameters: context the context at the point in the expression when the function is called args an empty list
Returns: Boolean.FALSE
Throws: FunctionCallException if args is not empty
Returns: Boolean.FALSE