Uses of Class
org.hl7.fhir.r4.utils.FHIRLexer.FHIRLexerException
-
Packages that use FHIRLexer.FHIRLexerException Package Description org.hl7.fhir.r4.utils -
-
Uses of FHIRLexer.FHIRLexerException in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return FHIRLexer.FHIRLexerException Modifier and Type Method Description FHIRLexer.FHIRLexerExceptionFHIRLexer. error(String msg)FHIRLexer.FHIRLexerExceptionFHIRLexer. error(String msg, String location)Methods in org.hl7.fhir.r4.utils that throw FHIRLexer.FHIRLexerException Modifier and Type Method Description TypeDetailsFHIRPathEngine. check(Object appContext, String resourceType, String context, String expr)TypeDetailsFHIRPathEngine. check(Object appContext, String resourceType, String context, ExpressionNode expr)check that paths referred to in the ExpressionNode are valid xPathStartsWithValueRef is a hack work around for the fact that FHIR Path sometimes needs a different starting point than the xpath returns a list of the possible types that might be returned by executing the ExpressionNode against a particular contextTypeDetailsFHIRPathEngine. check(Object appContext, StructureDefinition sd, String context, ExpressionNode expr)TypeDetailsFHIRPathEngine. check(Object appContext, StructureDefinition sd, ExpressionNode expr)voidFHIRLexer. next()ExpressionNodeFHIRPathEngine. parse(String path)Parse a path for later use using executeExpressionNodeFHIRPathEngine. parse(String path, String name)ExpressionNodeFHIRPathEngine. parse(FHIRLexer lexer)Parse a path that is part of some other syntaxFHIRPathEngine.ExpressionNodeWithOffsetFHIRPathEngine. parsePartial(String path, int i)Parse a path for later use using executeStringFHIRLexer. processConstant(String s)StringFHIRLexer. processFixedName(String s)StringFHIRLexer. readConstant(String desc)StringFHIRLexer. readFixedName(String desc)voidFHIRLexer. skipToken(String token)StringFHIRLexer. take()StringFHIRLexer. takeDottedToken()intFHIRLexer. takeInt()voidFHIRLexer. token(String kw)Constructors in org.hl7.fhir.r4.utils that throw FHIRLexer.FHIRLexerException Constructor Description FHIRLexer(String source, int i)FHIRLexer(String source, String name)
-