Uses of Enum
no.hasmac.rdf.io.nquad.Tokenizer.TokenType
Packages that use Tokenizer.TokenType
-
Uses of Tokenizer.TokenType in no.hasmac.rdf.io.nquad
Fields in no.hasmac.rdf.io.nquad declared as Tokenizer.TokenTypeMethods in no.hasmac.rdf.io.nquad that return Tokenizer.TokenTypeModifier and TypeMethodDescriptionprotected Tokenizer.TokenType
Tokenizer.Token.getType()
static Tokenizer.TokenType
Returns the enum constant of this type with the specified name.static Tokenizer.TokenType[]
Tokenizer.TokenType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.hasmac.rdf.io.nquad with parameters of type Tokenizer.TokenTypeModifier and TypeMethodDescriptionboolean
Tokenizer.accept
(Tokenizer.TokenType type) private static <T> T
NQuadsReader.unexpected
(Tokenizer.Token token, Tokenizer.TokenType... types) Constructors in no.hasmac.rdf.io.nquad with parameters of type Tokenizer.TokenType