- encodeString(String) - Static method in class io.atlasmap.expression.internal.ConstantExpression
-
Encodes the value of string so that it looks like it would look like when
it was provided in a selector.
- equals(Object) - Method in class io.atlasmap.expression.internal.BinaryExpression
- equals(Object) - Method in class io.atlasmap.expression.internal.ConstantExpression
-
TODO: more efficient hashCode()
- equals(Object) - Method in class io.atlasmap.expression.internal.UnaryExpression
-
TODO: more efficient hashCode()
- equals(Object) - Method in class io.atlasmap.expression.internal.VariableExpression
- evaluate(ExpressionContext) - Method in interface io.atlasmap.expression.Expression
-
Execute the expression against the given context.
- evaluate(ExpressionContext) - Method in class io.atlasmap.expression.internal.ArithmeticExpression
-
- evaluate(Field, Field) - Method in class io.atlasmap.expression.internal.ArithmeticExpression
-
Evaluate expression.
- evaluate(ExpressionContext) - Method in class io.atlasmap.expression.internal.ComparisonExpression
-
- evaluate(ExpressionContext) - Method in class io.atlasmap.expression.internal.ConstantExpression
-
- evaluate(ExpressionContext) - Method in class io.atlasmap.expression.internal.LogicExpression
-
- evaluate(ExpressionContext) - Method in class io.atlasmap.expression.internal.VariableExpression
-
- Expression - Interface in io.atlasmap.expression
-
Parses and evaluates a simple expression language.
- ExpressionContext - Interface in io.atlasmap.expression
-
A Filterable is the object being evaluated by the filters.
- ExpressionException - Exception in io.atlasmap.expression
-
- ExpressionException() - Constructor for exception io.atlasmap.expression.ExpressionException
-
- ExpressionException(String, Throwable) - Constructor for exception io.atlasmap.expression.ExpressionException
-
- ExpressionException(String) - Constructor for exception io.atlasmap.expression.ExpressionException
-
- ExpressionException(Throwable) - Constructor for exception io.atlasmap.expression.ExpressionException
-