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.TRUE
call
インタフェース内 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.