Uses of Enum Class
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 class with the specified name.static JavaToken.Kind
Returns the enum constant of this class with the specified name.static JavaToken.Kind[]
JavaToken.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JavaToken.Kind in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type JavaToken.KindModifier and TypeMethodDescriptionprivate boolean
Difference.isBracket
(JavaToken.Kind kind) private boolean
Difference.isDiamondOperator
(JavaToken.Kind kind)