public class MultiExpressionEvaluator.CacheExpression extends UnaryExpression
right| Constructor and Description |
|---|
MultiExpressionEvaluator.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, setRightpublic MultiExpressionEvaluator.CacheExpression(Expression realExpression)
public Object evaluate(MessageEvaluationContext message) throws JMSException
JMSExceptionExpression.evaluate(MessageEvaluationContext)public int hashCode()
UnaryExpressionhashCode in class UnaryExpressionObject.hashCode()public boolean equals(Object o)
UnaryExpressionequals in class UnaryExpressionObject.equals(java.lang.Object)public String getExpressionSymbol()
UnaryExpressiongetExpressionSymbol in class UnaryExpressionpublic String toString()
toString in class UnaryExpressionObject.toString()Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.