- enable_tracing() - Method in class io.atlasmap.expression.parser.Parser
-
Enable tracing.
- 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.
- endColumn - Variable in class io.atlasmap.expression.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class io.atlasmap.expression.parser.Token
-
The line number of the last character of this Token.
- EOF - Static variable in interface io.atlasmap.expression.parser.ParserConstants
-
End of File.
- eol - Variable in exception io.atlasmap.expression.parser.ParseException
-
The end of line string for this machine.
- equalityExpression() - Method in class io.atlasmap.expression.parser.Parser
-
- equals(Object) - Method in class io.atlasmap.expression.internal.BinaryExpression
-
TODO: more efficient hashCode()
- 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(Object, Object) - Method in class io.atlasmap.expression.internal.ArithmeticExpression
-
- 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
-
- ExpandBuff(boolean) - Method in class io.atlasmap.expression.parser.SimpleCharStream
-
- expectedTokenSequences - Variable in exception io.atlasmap.expression.parser.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface io.atlasmap.expression.parser.ParserConstants
-
RegularExpression Id.
- 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
-