@FunctionalInterface public interface Expression
An Expression is evaluated by calling the
eval(ParseState, Encoding) method. Given a ParseState 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(ParseState parseState,
Encoding encoding) |
boolean eval(ParseState parseState, Encoding encoding)
Copyright © 2017. All rights reserved.