Uses of Enum Class
com.github.javaparser.JavaToken.Category
Packages that use JavaToken.Category
-
Uses of JavaToken.Category in com.github.javaparser
Methods in com.github.javaparser that return JavaToken.CategoryModifier and TypeMethodDescriptionJavaToken.getCategory()
static JavaToken.Category
TokenTypes.getCategory
(int kind) Category of a token, a little more detailed than The JLS.static JavaToken.Category
Returns the enum constant of this class with the specified name.static JavaToken.Category[]
JavaToken.Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.