Uses of Class
org.sonar.java.ast.api.JavaSpecialIdentifier
-
Packages that use JavaSpecialIdentifier Package Description org.sonar.java.ast.api -
-
Uses of JavaSpecialIdentifier in org.sonar.java.ast.api
Methods in org.sonar.java.ast.api that return JavaSpecialIdentifier Modifier and Type Method Description static JavaSpecialIdentifier
JavaSpecialIdentifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static JavaSpecialIdentifier[]
JavaSpecialIdentifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-