Uses of Class
org.apache.jena.riot.tokens.TokenType
-
Packages that use TokenType Package Description org.apache.jena.riot.tokens -
-
Uses of TokenType in org.apache.jena.riot.tokens
Methods in org.apache.jena.riot.tokens that return TokenType Modifier and Type Method Description TokenTypeToken. getType()static TokenTypeTokenType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jena.riot.tokens with parameters of type TokenType Modifier and Type Method Description booleanToken. hasType(TokenType tokenType)TokenToken. setType(TokenType tokenType)Constructors in org.apache.jena.riot.tokens with parameters of type TokenType Constructor Description Token(TokenType type)Token(TokenType type, java.lang.String image1)Token(TokenType type, java.lang.String image1, java.lang.String image2)
-