
Package org.hl7.fhir.dstu3.fhirpath
Class FHIRLexer
java.lang.Object
org.hl7.fhir.dstu3.fhirpath.FHIRLexer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandone()booleanbooleanbooleanbooleanisConstant(boolean incDoubleQuotes) booleanisOp()booleanbooleanisToken()voidnext()intnextId()readConstant(String desc) voidsetCurrent(String current) voidvoidtake()inttakeInt()void
-
Constructor Details
-
FHIRLexer
- Throws:
FHIRLexer.FHIRLexerException
-
-
Method Details
-
getCurrent
-
getCurrentLocation
-
isConstant
-
isStringConstant
-
take
- Throws:
FHIRLexer.FHIRLexerException
-
takeInt
- Throws:
FHIRLexer.FHIRLexerException
-
isToken
-
error
-
error
-
next
- Throws:
FHIRLexer.FHIRLexerException
-
isOp
-
done
-
nextId
-
getCurrentStartLocation
-
setCurrent
-
hasComment
-
hasToken
-
hasToken
-
token
- Throws:
FHIRLexer.FHIRLexerException
-
readConstant
- Throws:
FHIRLexer.FHIRLexerException
-
processConstant
- Throws:
FHIRLexer.FHIRLexerException
-
skipToken
- Throws:
FHIRLexer.FHIRLexerException
-
takeDottedToken
- Throws:
FHIRLexer.FHIRLexerException
-
skipComments
- Throws:
FHIRLexer.FHIRLexerException
-