@FunctionalInterface public interface ValueExpression
A ValueExpression is an expression that is evaluated by executing its
eval(ParseState, Encoding) method. It yields a list of
Value objects encapsulated in Optional objects (to guard
against nulls).
As context, it receives the current parseState object that as
well as the current encoding object.
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<Optional<Value>> |
eval(ParseState parseState,
Encoding encoding) |
ImmutableList<Optional<Value>> eval(ParseState parseState, Encoding encoding)
Copyright © 2017. All rights reserved.