org.sql.generation.api.grammar.booleans
Class BooleanExpression.False
java.lang.Object
org.sql.generation.api.grammar.booleans.BooleanExpression.False
- All Implemented Interfaces:
- org.atp.api.Typeable<ValueExpression>, BooleanExpression, ValueExpression
- Enclosing interface:
- BooleanExpression
public static final class BooleanExpression.False
- extends Object
- implements BooleanExpression
This class represents a boolean expression which always evaluates to false (FALSE.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final BooleanExpression.False INSTANCE
- Returns the singleton instance representing
FALSE.
getImplementedType
public Class<? extends ValueExpression> getImplementedType()
- Returns
BooleanExpression.False.
- Specified by:
getImplementedType in interface org.atp.api.Typeable<ValueExpression>
Copyright © 2010-2011. All Rights Reserved.