| Package | Description |
|---|---|
| org.teavm.flavour.expr |
This package contains classes necessary to parse, compile and evaluate expressions written on
Flavour Expression Language (FEL).
|
| Modifier and Type | Method and Description |
|---|---|
<F,V> Evaluator<F,V> |
InterpretingEvaluatorBuilder.build(Class<F> functionType,
Class<V> variablesType,
String exprString) |
<F,V> Evaluator<F,V> |
EvaluatorBuilder.build(Class<F> functionType,
Class<V> variablesType,
String expr) |
Copyright © 2019. All rights reserved.