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 |
eval(Environment environment,
Encoding encoding) |
String |
toString() |
public boolean eval(Environment environment, Encoding encoding)
eval in interface ExpressionCopyright © 2017. All rights reserved.