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