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
Subclasses with type arguments of type Tokenizer.TokenType in no.hasmac.rdf.io.nquadFields in no.hasmac.rdf.io.nquad declared as Tokenizer.TokenTypeMethods in no.hasmac.rdf.io.nquad that return Tokenizer.TokenTypeModifier and TypeMethodDescriptionprotected Tokenizer.TokenTypeTokenizer.Token.getType()static Tokenizer.TokenTypeReturns 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 TypeMethodDescriptionbooleanTokenizer.accept(Tokenizer.TokenType type) private static <T> TNQuadsReader.unexpected(Tokenizer.Token token, Tokenizer.TokenType... types) Constructors in no.hasmac.rdf.io.nquad with parameters of type Tokenizer.TokenType