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.KindJavaToken.Kind.valueOf(int kind) Returns the enum constant of this class with the specified name.static JavaToken.KindReturns 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 booleanDifference.isBracket(JavaToken.Kind kind) private booleanDifference.isDiamondOperator(JavaToken.Kind kind)