Interface Expression
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MvelExpression,MvelTemplate,RoutingScriptingExpression
public interface Expression extends Serializable
- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objecteval(OperationContext ctx)StringgetExpr()
-
-
-
Method Detail
-
eval
Object eval(OperationContext ctx) throws org.mvel2.CompileException, RuntimeException
- Throws:
org.mvel2.CompileExceptionRuntimeException
-
getExpr
String getExpr()
- Since:
- 8.1
-
-