Uses of Class
org.hl7.fhir.r4.utils.formats.Turtle.LexerTokenType
-
Packages that use Turtle.LexerTokenType Package Description org.hl7.fhir.r4.utils.formats -
-
Uses of Turtle.LexerTokenType in org.hl7.fhir.r4.utils.formats
Methods in org.hl7.fhir.r4.utils.formats that return Turtle.LexerTokenType Modifier and Type Method Description Turtle.LexerTokenTypeTurtle.Lexer. peekType()static Turtle.LexerTokenTypeTurtle.LexerTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static Turtle.LexerTokenType[]Turtle.LexerTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.utils.formats with parameters of type Turtle.LexerTokenType Modifier and Type Method Description StringTurtle.Lexer. next(Turtle.LexerTokenType type, boolean postColon)booleanTurtle.Lexer. peek(Turtle.LexerTokenType type, String token)
-