Uses of Class
org.sonarsource.analyzer.commons.regex.ast.RegexToken
-
Packages that use RegexToken Package Description org.sonarsource.analyzer.commons.regex org.sonarsource.analyzer.commons.regex.ast -
-
Uses of RegexToken in org.sonarsource.analyzer.commons.regex
Methods in org.sonarsource.analyzer.commons.regex that return RegexToken Modifier and Type Method Description protected RegexTokenRegexParser. parseInteger() -
Uses of RegexToken in org.sonarsource.analyzer.commons.regex.ast
Methods in org.sonarsource.analyzer.commons.regex.ast that return RegexToken Modifier and Type Method Description RegexTokenCurlyBraceQuantifier. getCommaToken()RegexTokenGroupTree. getGroupHeader()The opening sequence of the group from the ( to the :.RegexTokenCurlyBraceQuantifier. getMaximumRepetitionsToken()RegexTokenCurlyBraceQuantifier. getMinimumRepetitionsToken()Methods in org.sonarsource.analyzer.commons.regex.ast that return types with arguments of type RegexToken Modifier and Type Method Description List<RegexToken>CharacterClassIntersectionTree. getAndOperators()Constructors in org.sonarsource.analyzer.commons.regex.ast with parameters of type RegexToken Constructor Description CurlyBraceQuantifier(RegexSource source, IndexRange range, Quantifier.Modifier modifier, RegexToken minimumRepetitionsToken, RegexToken commaToken, RegexToken maximumRepetitionsToken)
-