public class TrueFunction extends Object implements Function
4.3 boolean true()
Returns true.
public Object call(Context context, List args) throws FunctionCallException
Boolean.TRUEcall in interface Functioncontext - ignoredargs - an empty listBoolean.TRUEFunctionCallException - if args is not emptypublic static Boolean evaluate()
Boolean.TRUECopyright © 2001-2012 Codehaus. All Rights Reserved.