Package io.atlasmap.expression.internal
Internal implementation details for the AtlasMap expression evaluator.
-
Interface Summary Interface Description BooleanExpression A BooleanExpression is an expression that always produces a Boolean result. -
Class Summary Class Description ArithmeticExpression An expression which performs an operation on two expression values.BinaryExpression An expression which performs an operation on two expression values.ComparisonExpression A filter performing a comparison of two objects.ConstantExpression Represents a constant expression.LogicExpression A filter performing a comparison of two objects.LRUCache<K,V> A Simple LRU Cache.Strings The string handling utility.UnaryExpression An expression which performs an operation on two expression values.VariableExpression Represents a property expression.