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
Constructors -
Method Summary
-
Constructor Details
-
VariableExpression
-
-
Method Details
-
evaluate
Description copied from interface:ExpressionExecute the expression against the given context.- Specified by:
evaluatein interfaceExpression- Parameters:
expressionContext-ExpressionContext- Returns:
Fieldrepresents a result- Throws:
ExpressionException- If evaluation fails
-
getName
-
toString
-
hashCode
public int hashCode() -
equals
-