Package io.atlasmap.expression.internal
Class VariableExpression
java.lang.Object
io.atlasmap.expression.internal.VariableExpression
- All Implemented Interfaces:
Expression
Represents a property expression.
- Version:
- $Revision: 1.5 $
-
Field Summary
Fields inherited from interface io.atlasmap.expression.Expression
CACHE
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VariableExpression
-
-
Method Details
-
evaluate
Description copied from interface:Expression
Execute the expression against the given context.- Specified by:
evaluate
in interfaceExpression
- Parameters:
expressionContext
-ExpressionContext
- Returns:
Field
represents a result- Throws:
ExpressionException
- If evaluation fails
-
getName
-
toString
-
hashCode
public int hashCode() -
equals
-