public interface Expression
An Expression is evaluated by calling the
eval(Environment, Encoding) method. Given an Environment
and an Encoding, the evaluation either succeeds or fails. Main use
of expressions is to define predicates that are evaluated during parsing.
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Environment environment,
Encoding encoding) |
boolean eval(Environment environment, Encoding encoding)
Copyright © 2017. All rights reserved.