Class StringExpNode
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.query.node.LiteralExpNode
-
- org.linuxforhealth.fhir.database.utils.query.node.StringExpNode
-
- All Implemented Interfaces:
ExpNode
public class StringExpNode extends LiteralExpNode
A literal string
-
-
Constructor Summary
Constructors Constructor Description StringExpNode(java.lang.String value)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
<T> T
visit(ExpNodeVisitor<T> visitor)
Generic evaluation visitor-
Methods inherited from class org.linuxforhealth.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 org.linuxforhealth.fhir.database.utils.query.node.ExpNode
isLeftParen, isOperator, isRightParen
-
-
-
-
Method Detail
-
visit
public <T> T visit(ExpNodeVisitor<T> visitor)
Description copied from interface:ExpNode
Generic evaluation visitor- Returns:
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-