public interface IExpressionProcessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IExpressionProcessor.IResult |
| Modifier and Type | Method and Description |
|---|---|
String |
process(String exp,
Token token)
Process the expression.
|
Copyright 2013-2016, The Rythm Engine project