public interface BooleanExpression extends ValueExpression
| Modifier and Type | Interface and Description |
|---|---|
static class |
BooleanExpression.False
This class represents a boolean expression which always evaluates to false (
FALSE. |
static class |
BooleanExpression.True
This class represents a boolean expression which always evaluates to true (
TRUE). |
Copyright © 2010-2012. All Rights Reserved.