public class MultiExpressionEvaluator.CacheExpression extends UnaryExpression
right| Constructor and Description |
|---|
MultiExpressionEvaluator.CacheExpression(Expression realExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
TODO: more efficient hashCode()
|
java.lang.Object |
evaluate(MessageEvaluationContext message) |
java.lang.String |
getExpressionSymbol()
Returns the symbol that represents this binary expression.
|
int |
hashCode()
TODO: more efficient hashCode()
|
java.lang.String |
toString() |
createBooleanCast, createInExpression, createNegate, createNOT, createXPath, createXQuery, getRight, setRightpublic MultiExpressionEvaluator.CacheExpression(Expression realExpression)
public java.lang.Object evaluate(MessageEvaluationContext message) throws javax.jms.JMSException
javax.jms.JMSExceptionExpression.evaluate(MessageEvaluationContext)public int hashCode()
UnaryExpressionhashCode in class UnaryExpressionObject.hashCode()public boolean equals(java.lang.Object o)
UnaryExpressionequals in class UnaryExpressionObject.equals(java.lang.Object)public java.lang.String getExpressionSymbol()
UnaryExpressiongetExpressionSymbol in class UnaryExpressionpublic java.lang.String toString()
toString in class UnaryExpressionObject.toString()Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.