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