Class LongExpNode
- java.lang.Object
-
- com.ibm.fhir.database.utils.query.node.LiteralExpNode
-
- com.ibm.fhir.database.utils.query.node.LongExpNode
-
- All Implemented Interfaces:
ExpNode
public class LongExpNode extends LiteralExpNode
A literal Long. Nullable
-
-
Constructor Summary
Constructors Constructor Description LongExpNode(java.lang.Long value)Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()<T> Tvisit(ExpNodeVisitor<T> visitor)Generic evaluation visitor-
Methods inherited from class com.ibm.fhir.database.utils.query.node.LiteralExpNode
isOperand, popOperands, precedence
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.ibm.fhir.database.utils.query.node.ExpNode
isLeftParen, isOperator, isRightParen
-
-
-
-
Method Detail
-
visit
public <T> T visit(ExpNodeVisitor<T> visitor)
Description copied from interface:ExpNodeGeneric evaluation visitor- Returns:
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-