Uses of Class
org.hl7.fhir.dstu2016may.utils.FHIRLexer.FHIRLexerException
-
Packages that use FHIRLexer.FHIRLexerException Package Description org.hl7.fhir.dstu2016may.utils -
-
Uses of FHIRLexer.FHIRLexerException in org.hl7.fhir.dstu2016may.utils
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.utils that throw FHIRLexer.FHIRLexerException Modifier and Type Method Description ExpressionNode.TypeDetailsFHIRPathEngine. check(Object appContext, String resourceType, String context, String expr)ExpressionNode.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 contextvoidFHIRLexer. next()ExpressionNodeFHIRPathEngine. parse(String path)Parse a path for later use using executeExpressionNodeFHIRPathEngine. parse(FHIRLexer lexer)Parse a path that is part of some other syntaxStringFHIRLexer. processConstant(String s)StringFHIRLexer. readConstant(String desc)voidFHIRLexer. skipToken(String token)StringFHIRLexer. take()StringFHIRLexer. takeDottedToken()voidFHIRLexer. token(String kw)Constructors in org.hl7.fhir.dstu2016may.utils that throw FHIRLexer.FHIRLexerException Constructor Description FHIRLexer(String source)
-