|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.function.TrueFunction
4.3 boolean true()
Returns true.
Constructor Summary | |
TrueFunction()
Create a new TrueFunction object. |
Method Summary | |
Object |
call(Context context,
List args)
Returns Boolean.TRUE |
static Boolean |
evaluate()
Returns true. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrueFunction()
TrueFunction
object.
Method Detail |
public Object call(Context context, List args) throws FunctionCallException
Boolean.TRUE
call
in interface Function
context
- ignoredargs
- an empty list
Boolean.TRUE
FunctionCallException
- if args
is not emptypublic static Boolean evaluate()
Boolean.TRUE
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |