Uses of Enum
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.LexerTokenTypeReturns 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.LexerTokenTypeModifier and TypeMethodDescriptionTurtle.Lexer.next(Turtle.LexerTokenType type, boolean postColon) booleanTurtle.Lexer.peek(Turtle.LexerTokenType type, String token)