Uses of Enum
com.github.javaparser.JavaToken.Kind
Packages that use JavaToken.Kind
-
Uses of JavaToken.Kind in com.github.javaparser
Methods in com.github.javaparser that return JavaToken.KindModifier and TypeMethodDescriptionstatic JavaToken.Kind
JavaToken.Kind.valueOf(int kind)
Returns the enum constant of this type with the specified name.static JavaToken.Kind
Returns the enum constant of this type with the specified name.static JavaToken.Kind[]
JavaToken.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.