public class TrueFunction extends Object implements Function
4.3 boolean true()
Returns true.
public Object call(Context context, List args) throws FunctionCallException
Boolean.TRUE
call
in interface Function
context
- ignoredargs
- an empty listBoolean.TRUE
FunctionCallException
- if args
is not emptypublic static Boolean evaluate()
Boolean.TRUE
Copyright © 2001–2013 Codehaus. All rights reserved.