Uses of Enum
com.github.javaparser.JavaToken.Category
Packages that use JavaToken.Category
-
Uses of JavaToken.Category in com.github.javaparser
Subclasses with type arguments of type JavaToken.Category in com.github.javaparserMethods in com.github.javaparser that return JavaToken.CategoryModifier and TypeMethodDescriptionJavaToken.getCategory()static JavaToken.CategoryTokenTypes.getCategory(int kind) Category of a token, a little more detailed than The JLS.static JavaToken.CategoryReturns 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.