Class DoubleExpNode
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.query.node.LiteralExpNode
 - 
- com.ibm.fhir.database.utils.query.node.DoubleExpNode
 
 
 
- 
- All Implemented Interfaces:
 ExpNode
public class DoubleExpNode extends LiteralExpNode
A literal Double 
- 
- 
Constructor Summary
Constructors Constructor Description DoubleExpNode(Double value)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DoubleExpNode
public DoubleExpNode(Double value)
Public constructor- Parameters:
 value- the value of the Long. Can be null
 
 - 
 
- 
Method Detail
- 
visit
public <T> T visit(ExpNodeVisitor<T> visitor)
Description copied from interface:ExpNodeGeneric evaluation visitor- Returns:
 
 
 - 
 
 -