public class True extends Object implements Expression
Expression that always evaluates to true. Generally
used as default on undefined predicates.| Constructor and Description |
|---|
True() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
eval(ParseState parseState,
Encoding encoding) |
int |
hashCode() |
String |
toString() |
public boolean eval(ParseState parseState, Encoding encoding)
eval in interface ExpressionCopyright © 2017. All rights reserved.