Uses of Class
com.github.javaparser.JavaToken.Category
-
Packages that use JavaToken.Category Package Description com.github.javaparser -
-
Uses of JavaToken.Category in com.github.javaparser
Methods in com.github.javaparser that return JavaToken.Category Modifier and Type Method Description JavaToken.CategoryJavaToken. getCategory()static JavaToken.CategoryTokenTypes. getCategory(int kind)Category of a token, a little more detailed than The JLS.static JavaToken.CategoryJavaToken.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaToken.Category[]JavaToken.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.
-