public class FalseFunction extends Object implements Function
4.3 boolean false()
Returns false.
コンストラクタと説明 |
---|
FalseFunction()
Create a new
FalseFunction object. |
public Object call(Context context, List args) throws FunctionCallException
Boolean.FALSE
call
インタフェース内 Function
context
- the context at the point in the
expression when the function is calledargs
- an empty listBoolean.FALSE
FunctionCallException
- if args
is not emptypublic static Boolean evaluate()
Boolean.FALSE
Copyright © 2001-2013 Codehaus. All Rights Reserved.