public interface Expression
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression()
Gets the expression value.
|
ExpressionType |
getType()
Gets the expression type.
|
boolean |
isCompiled()
If this expression is compiled.
|
Object |
run()
Runs the expression.
|
Object |
run(Map<String,Object> variables)
Runs the expression.
|
String getExpression()
ExpressionType getType()
boolean isCompiled()
Object run()
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.