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.TokenType
Tokenizer.Token. type
Methods in no.hasmac.rdf.io.nquad that return Tokenizer.TokenType Modifier and Type Method Description protected Tokenizer.TokenType
Tokenizer.Token. getType()
static Tokenizer.TokenType
Tokenizer.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 boolean
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 Constructor Description Token(Tokenizer.TokenType type, java.lang.String value)
-