Uses of Class
org.openrefine.grel.Scanner.TokenType
-
Packages that use Scanner.TokenType Package Description org.openrefine.grel -
-
Uses of Scanner.TokenType in org.openrefine.grel
Fields in org.openrefine.grel declared as Scanner.TokenType Modifier and Type Field Description Scanner.TokenType
Scanner.Token. type
Methods in org.openrefine.grel that return Scanner.TokenType Modifier and Type Method Description static Scanner.TokenType
Scanner.TokenType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Scanner.TokenType[]
Scanner.TokenType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-