Uses of Class
com.github.javaparser.JavaToken.Kind
-
Packages that use JavaToken.Kind Package Description com.github.javaparser com.github.javaparser.printer.lexicalpreservation com.github.javaparser.utils -
-
Uses of JavaToken.Kind in com.github.javaparser
Methods in com.github.javaparser that return JavaToken.Kind Modifier and Type Method Description static JavaToken.Kind
JavaToken.Kind. valueOf(int kind)
Returns the enum constant of this type with the specified name.static JavaToken.Kind
JavaToken.Kind. valueOf(java.lang.String name)
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. -
Uses of JavaToken.Kind in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type JavaToken.Kind Modifier and Type Method Description private boolean
Difference. isBracket(JavaToken.Kind kind)
private 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.Kind Modifier and Type Method Description private java.util.Optional<JavaToken.Kind>
LineSeparator. asJavaTokenKind()
-