|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dropboxmq.messageselector.Expression
net.sf.dropboxmq.messageselector.BinaryExpression
net.sf.dropboxmq.messageselector.LogicalExpression
net.sf.dropboxmq.messageselector.LogicalExpression.AndExpression
public static class LogicalExpression.AndExpression
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.dropboxmq.messageselector.LogicalExpression |
---|
LogicalExpression.AndExpression, LogicalExpression.OrExpression |
Constructor Summary | |
---|---|
LogicalExpression.AndExpression(Expression left,
Token leftToken,
Expression right,
Token rightToken)
|
Method Summary | |
---|---|
Object |
getValue(Message message)
|
Methods inherited from class net.sf.dropboxmq.messageselector.LogicalExpression |
---|
getValueClass |
Methods inherited from class net.sf.dropboxmq.messageselector.BinaryExpression |
---|
getLeft, getRight, promote, toString |
Methods inherited from class net.sf.dropboxmq.messageselector.Expression |
---|
evaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogicalExpression.AndExpression(Expression left, Token leftToken, Expression right, Token rightToken) throws ParseException
ParseException
Method Detail |
---|
public Object getValue(Message message)
getValue
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |