Uses of Interface
org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement
-
Packages that use RegexSyntaxElement Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast org.sonarsource.analyzer.commons.regex.helpers -
-
Uses of RegexSyntaxElement in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex with type parameters of type RegexSyntaxElement Modifier and Type Method Description protected static <T extends RegexSyntaxElement>
TRegexParser. combineTrees(List<T> elements, RegexParser.TreeConstructor<T> treeConstructor)Methods in org.sonarsource.analyzer.commons.regex that return RegexSyntaxElement Modifier and Type Method Description RegexSyntaxElementSyntaxError. getOffendingSyntaxElement()RegexSyntaxElementRegexParseResult. openingQuote()Returns a syntax element representing the first opening quote of the string literal(s) making up the regexMethods in org.sonarsource.analyzer.commons.regex that return types with arguments of type RegexSyntaxElement Modifier and Type Method Description List<RegexSyntaxElement>RegexIssueLocation. syntaxElements()Methods in org.sonarsource.analyzer.commons.regex with parameters of type RegexSyntaxElement Modifier and Type Method Description protected voidRegexParser. expected(String expectedToken, RegexSyntaxElement actual)voidRegexIssueReporter.ElementIssue. report(RegexSyntaxElement syntaxElement, String message, Integer cost, List<RegexIssueLocation> secondaries)Constructors in org.sonarsource.analyzer.commons.regex with parameters of type RegexSyntaxElement Constructor Description RegexIssueLocation(RegexSyntaxElement syntaxElement, String message)SyntaxError(RegexSyntaxElement offendingSyntaxElement, String message)Constructor parameters in org.sonarsource.analyzer.commons.regex with type arguments of type RegexSyntaxElement Constructor Description RegexIssueLocation(List<RegexSyntaxElement> syntaxElements, String message) -
Uses of RegexSyntaxElement in org.sonarsource.analyzer.commons.regex.ast
Subinterfaces of RegexSyntaxElement in org.sonarsource.analyzer.commons.regex.ast Modifier and Type Interface Description interfaceCharacterClassElementTree -
Uses of RegexSyntaxElement in org.sonarsource.analyzer.commons.regex.helpers
Methods in org.sonarsource.analyzer.commons.regex.helpers that return types with arguments of type RegexSyntaxElement Modifier and Type Method Description List<RegexSyntaxElement>SimplifiedRegexCharacterClass. findIntersections(SimplifiedRegexCharacterClass that)Methods in org.sonarsource.analyzer.commons.regex.helpers with parameters of type RegexSyntaxElement Modifier and Type Method Description voidSimplifiedRegexCharacterClass. addRange(int from, int to, RegexSyntaxElement tree)Method parameters in org.sonarsource.analyzer.commons.regex.helpers with type arguments of type RegexSyntaxElement Modifier and Type Method Description static List<RegexIssueLocation>GraphemeHelper. getGraphemeInList(List<? extends RegexSyntaxElement> trees)
-