|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.expression.Expression
scriptella.expression.JexlExpression
public final class JexlExpression
Represents JEXL expression.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class scriptella.expression.Expression |
|---|
Expression.EvaluationException, Expression.ParseException |
| Constructor Summary | |
|---|---|
protected |
JexlExpression(java.lang.String expression)
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(ParametersCallback callback)
|
| Methods inherited from class scriptella.expression.Expression |
|---|
compile, getExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JexlExpression(java.lang.String expression)
throws Expression.ParseException
Expression.ParseException| Method Detail |
|---|
public java.lang.Object evaluate(ParametersCallback callback)
throws Expression.EvaluationException
evaluate in class ExpressionExpression.EvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||