Uses of Class
no.hasmac.rdf.io.nquad.Tokenizer.TokenType
-
Packages that use Tokenizer.TokenType Package Description no.hasmac.rdf.io.nquad -
-
Uses of Tokenizer.TokenType in no.hasmac.rdf.io.nquad
Fields in no.hasmac.rdf.io.nquad declared as Tokenizer.TokenType Modifier and Type Field Description private Tokenizer.TokenTypeTokenizer.Token. typeMethods in no.hasmac.rdf.io.nquad that return Tokenizer.TokenType Modifier and Type Method Description protected Tokenizer.TokenTypeTokenizer.Token. getType()static Tokenizer.TokenTypeTokenizer.TokenType. valueOf(java.lang.String name)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.TokenType Modifier and Type Method Description booleanTokenizer. 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 Constructor Description Token(Tokenizer.TokenType type, java.lang.String value)
-