public interface ValueExpression
A ValueExpression is an expression that is evaluated by executing its
eval(Environment, Encoding) method. It yields a list of
Value objects encapsulated in OptionalValue objects (to
guard against nulls).
As context, it receives the current environment object that
describes the parse state as well as the current encoding
object that describes the encoding to use when reading data from the input.
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<OptionalValue> |
eval(Environment environment,
Encoding encoding) |
ImmutableList<OptionalValue> eval(Environment environment, Encoding encoding)
Copyright © 2017. All rights reserved.