Class GreaterExpNode
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.node.OperatorNode
-
- org.linuxforhealth.fhir.database.utils.query.node.BinaryExpNode
-
- org.linuxforhealth.fhir.database.utils.query.node.ComparativeExpNode
-
- org.linuxforhealth.fhir.database.utils.query.node.GreaterExpNode
-
- All Implemented Interfaces:
ExpNode
public class GreaterExpNode extends ComparativeExpNode
Greater than expression node
-
-
Constructor Summary
Constructors Constructor Description GreaterExpNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
visit(ExpNodeVisitor<T> visitor)
Generic evaluation visitor-
Methods inherited from class org.linuxforhealth.fhir.database.utils.query.node.ComparativeExpNode
precedence
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.query.node.BinaryExpNode
getLeft, getRight, popOperands, setLeft, setRight, toString
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.query.node.OperatorNode
isOperator
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.linuxforhealth.fhir.database.utils.query.node.ExpNode
isLeftParen, isOperand, isRightParen
-
-
-
-
Method Detail
-
visit
public <T> T visit(ExpNodeVisitor<T> visitor)
Description copied from interface:ExpNode
Generic evaluation visitor- Returns:
-
-