Uses of Enum Class
com.github.javaparser.JavaToken.Kind
Packages that use JavaToken.Kind
Package
Description
-
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.isDiamondOperator
(JavaToken.Kind kind) -
Uses of JavaToken.Kind in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return types with arguments of type JavaToken.KindModifier and TypeMethodDescriptionprivate Optional<JavaToken.Kind>
LineSeparator.asJavaTokenKind()