Uses of Class
org.hl7.fhir.utilities.json.model.JsonLocationData
-
Packages that use JsonLocationData Package Description org.hl7.fhir.utilities.json.model org.hl7.fhir.utilities.json.parser -
-
Uses of JsonLocationData in org.hl7.fhir.utilities.json.model
Methods in org.hl7.fhir.utilities.json.model that return JsonLocationData Modifier and Type Method Description JsonLocationDataJsonLocationData. copy()JsonLocationDataJsonComment. getEnd()JsonLocationDataJsonElement. getEnd()JsonLocationDataJsonComment. getStart()JsonLocationDataJsonElement. getStart()JsonLocationDataJsonLocationData. prev()Methods in org.hl7.fhir.utilities.json.model with parameters of type JsonLocationData Modifier and Type Method Description voidJsonElement. setEnd(JsonLocationData end)voidJsonElement. setStart(JsonLocationData start)Constructors in org.hl7.fhir.utilities.json.model with parameters of type JsonLocationData Constructor Description JsonComment(String content, JsonLocationData start, JsonLocationData end) -
Uses of JsonLocationData in org.hl7.fhir.utilities.json.parser
Methods in org.hl7.fhir.utilities.json.parser that return JsonLocationData Modifier and Type Method Description JsonLocationDataJsonLexer. getLastLocationAWS()JsonLocationDataJsonLexer. getLastLocationBWS()JsonLocationDataJsonLexer. getLocation()
-