public class TrueExpression extends ConditionalExpression
| Constructor and Description |
|---|
TrueExpression() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrue()
Evaluates the expression represented by the called object,
which is always true.
|
getLeft, getRightpublic boolean isTrue()
isTrue in class ConditionalExpression