Uses of Class
org.hl7.fhir.utilities.turtle.Turtle.LexerTokenType
-
Packages that use Turtle.LexerTokenType Package Description org.hl7.fhir.utilities.turtle -
-
Uses of Turtle.LexerTokenType in org.hl7.fhir.utilities.turtle
Methods in org.hl7.fhir.utilities.turtle 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.utilities.turtle 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)
-