Uses of Class
org.hl7.fhir.r4.formats.TurtleLexer.TurtleTokenType
-
Packages that use TurtleLexer.TurtleTokenType Package Description org.hl7.fhir.r4.formats -
-
Uses of TurtleLexer.TurtleTokenType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TurtleLexer.TurtleTokenType Modifier and Type Method Description TurtleLexer.TurtleTokenTypeTurtleLexer. peekType()static TurtleLexer.TurtleTokenTypeTurtleLexer.TurtleTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TurtleLexer.TurtleTokenType[]TurtleLexer.TurtleTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-