|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.OperatorNode
public class OperatorNode
An ExpressionNode representing an operator.
| Method Summary | |
|---|---|
ExpressionNode |
getLeft()
Returns the left operand as ExpressionNode. |
String |
getMongoOperator()
Returns the Mongo expression of the operator. |
ExpressionNode |
getRight()
Returns the right operand as ExpressionNode. |
boolean |
isMathematicalOperation()
Returns whether the ExpressionNode is a mathematical operation. |
boolean |
isUnaryMinus()
Returns whether the operator is a unary minus, e.g. -1. |
boolean |
isUnaryOperator()
Returns whether the operator is unary. |
| Methods inherited from class org.springframework.data.mongodb.core.spel.ExpressionNode |
|---|
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isLiteral, isOfType, iterator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isMathematicalOperation()
ExpressionNodeExpressionNode is a mathematical operation.
isMathematicalOperation in class ExpressionNodepublic boolean isUnaryOperator()
public String getMongoOperator()
public boolean isUnaryMinus()
public ExpressionNode getLeft()
ExpressionNode.
public ExpressionNode getRight()
ExpressionNode.
|
Spring Data MongoDB - Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||