E
- expression typeR
- result typepublic interface ExpressionInterpreter<E,R>
Exclude.onExpression()
.Modifier and Type | Method and Description |
---|---|
R |
evaluate(E expression)
Evaluates the given expression and returns the result for it.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.