public class MultiExpressionEvaluator.CacheExpression extends UnaryExpression
right
Constructor and Description |
---|
CacheExpression(Expression realExpression) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
TODO: more efficient hashCode()
|
Object |
evaluate(MessageEvaluationContext message) |
String |
getExpressionSymbol()
Returns the symbol that represents this binary expression.
|
int |
hashCode()
TODO: more efficient hashCode()
|
String |
toString() |
createBooleanCast, createInExpression, createNegate, createNOT, createXPath, createXQuery, getRight, setRight
public CacheExpression(Expression realExpression)
public Object evaluate(MessageEvaluationContext message) throws javax.jms.JMSException
javax.jms.JMSException
Expression.evaluate(MessageEvaluationContext)
public int hashCode()
UnaryExpression
hashCode
in class UnaryExpression
Object.hashCode()
public boolean equals(Object o)
UnaryExpression
equals
in class UnaryExpression
Object.equals(java.lang.Object)
public String getExpressionSymbol()
UnaryExpression
getExpressionSymbol
in class UnaryExpression
public String toString()
toString
in class UnaryExpression
Object.toString()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.