public class TrueFunction extends Object implements Function
4.3 boolean true()
Returns true.
| コンストラクタと説明 |
|---|
TrueFunction()
Create a new
TrueFunction object. |
public Object call(Context context, List args) throws FunctionCallException
Boolean.TRUEcall インタフェース内 Functioncontext - ignoredargs - an empty listBoolean.TRUEFunctionCallException - if args is not emptypublic static Boolean evaluate()
Boolean.TRUECopyright © 2001-2013 Codehaus. All Rights Reserved.