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