Uses of Class
org.sonarsource.analyzer.commons.regex.RegexFeature
-
-
Uses of RegexFeature in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return RegexFeature Modifier and Type Method Description static RegexFeatureRegexFeature. valueOf(String name)Returns the enum constant of this type with the specified name.static RegexFeature[]RegexFeature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonarsource.analyzer.commons.regex that return types with arguments of type RegexFeature Modifier and Type Method Description abstract Set<RegexFeature>RegexSource. features()Methods in org.sonarsource.analyzer.commons.regex with parameters of type RegexFeature Modifier and Type Method Description protected booleanRegexParser. supportsAnyOfFeatures(RegexFeature... features)booleanRegexSource. supportsFeature(RegexFeature feature) -
Uses of RegexFeature in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast with parameters of type RegexFeature Modifier and Type Method Description protected static booleanRegexBaseVisitor. supportsAnyOfFeatures(RegexTree tree, RegexFeature... features) -
Uses of RegexFeature in org.sonarsource.analyzer.commons.regex.java
Methods in org.sonarsource.analyzer.commons.regex.java that return types with arguments of type RegexFeature Modifier and Type Method Description Set<RegexFeature>JavaRegexSource. features() -
Uses of RegexFeature in org.sonarsource.analyzer.commons.regex.php
Methods in org.sonarsource.analyzer.commons.regex.php that return types with arguments of type RegexFeature Modifier and Type Method Description Set<RegexFeature>PhpRegexSource. features() -
Uses of RegexFeature in org.sonarsource.analyzer.commons.regex.python
Methods in org.sonarsource.analyzer.commons.regex.python that return types with arguments of type RegexFeature Modifier and Type Method Description Set<RegexFeature>PythonRegexSource. features()
-