| Modifier and Type | Class and Description |
|---|---|
class |
FHIRLexer.FHIRLexerException |
| Constructor and Description |
|---|
FHIRLexer(String source,
int i) |
FHIRLexer(String source,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
done() |
FHIRLexer.FHIRLexerException |
error(String msg) |
FHIRLexer.FHIRLexerException |
error(String msg,
String location) |
String |
getCurrent() |
org.hl7.fhir.utilities.SourceLocation |
getCurrentLocation() |
int |
getCurrentStart() |
org.hl7.fhir.utilities.SourceLocation |
getCurrentStartLocation() |
boolean |
hasComment() |
boolean |
hasToken(String... names) |
boolean |
hasToken(String kw) |
boolean |
isConstant() |
boolean |
isFixedName() |
boolean |
isOp() |
boolean |
isStringConstant() |
boolean |
isToken() |
void |
next() |
int |
nextId() |
String |
processConstant(String s) |
String |
processFixedName(String s) |
String |
readConstant(String desc) |
String |
readFixedName(String desc) |
void |
setCurrent(String current) |
void |
skipToken(String token) |
String |
take() |
String |
takeDottedToken() |
int |
takeInt() |
void |
token(String kw) |
public FHIRLexer(String source, String name) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic FHIRLexer(String source, int i) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic String getCurrent()
public org.hl7.fhir.utilities.SourceLocation getCurrentLocation()
public boolean isConstant()
public boolean isFixedName()
public boolean isStringConstant()
public String take() throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic int takeInt() throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic boolean isToken()
public FHIRLexer.FHIRLexerException error(String msg)
public FHIRLexer.FHIRLexerException error(String msg, String location)
public void next() throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic boolean isOp()
public boolean done()
public int nextId()
public org.hl7.fhir.utilities.SourceLocation getCurrentStartLocation()
public void setCurrent(String current)
public boolean hasComment()
public void token(String kw) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic String readConstant(String desc) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic String readFixedName(String desc) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic String processConstant(String s) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic String processFixedName(String s) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic void skipToken(String token) throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic String takeDottedToken() throws FHIRLexer.FHIRLexerException
FHIRLexer.FHIRLexerExceptionpublic int getCurrentStart()
Copyright © 2014–2021 Health Level 7. All rights reserved.