Class StringLiteral
- java.lang.Object
-
- au.csiro.pathling.fhirpath.literal.StringLiteral
-
public abstract class StringLiteral extends Object
-
-
Constructor Summary
Constructors Constructor Description StringLiteral()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringescapeFhirPathString(String value)On the way back out, we only do the minimal escaping to guarantee syntactical correctness.static StringunescapeFhirPathString(String value)This method implements the rules for dealing with strings in the FHIRPath specification.
-