Uses of Enum
com.github.javaparser.JavaToken.Kind
Packages that use JavaToken.Kind
-
Uses of JavaToken.Kind in com.github.javaparser
Subclasses with type arguments of type JavaToken.Kind in com.github.javaparserMethods in com.github.javaparser that return JavaToken.KindModifier and TypeMethodDescriptionstatic JavaToken.KindJavaToken.Kind.valueOf(int kind) Returns the enum constant of this type with the specified name.static JavaToken.KindReturns 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. -
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)