Class FalseFunction

java.lang.Object
org.jaxen.function.FalseFunction
All Implemented Interfaces:
Function

public class FalseFunction extends Object implements Function

4.3 boolean false()

Returns false.

See Also:
  • Constructor Details

    • FalseFunction

      public FalseFunction()
      Create a new FalseFunction object.
  • Method Details

    • call

      public Object call(Context context, List args) throws FunctionCallException
      Returns Boolean.FALSE
      Specified by:
      call in interface Function
      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
    • evaluate

      public static Boolean evaluate()
      Returns false.
      Returns:
      Boolean.FALSE