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