gnu.xquery.util

Class BooleanValue

public class BooleanValue extends Procedure1 implements CanInline

Field Summary
static BooleanValuebooleanValue
Constructor Summary
BooleanValue(String name)
Method Summary
Objectapply1(Object arg)
static booleanbooleanValue(Object value)
Expressioninline(ApplyExp exp, ExpWalker walker)
static booleannot(Object value)

Field Detail

booleanValue

public static final BooleanValue booleanValue

Constructor Detail

BooleanValue

public BooleanValue(String name)

Method Detail

apply1

public Object apply1(Object arg)

booleanValue

public static boolean booleanValue(Object value)

inline

public Expression inline(ApplyExp exp, ExpWalker walker)

not

public static boolean not(Object value)