Uses of Class
org.sonar.java.regex.ast.Quantifier.Modifier
-
Packages that use Quantifier.Modifier Package Description org.sonar.java.regex.ast -
-
Uses of Quantifier.Modifier in org.sonar.java.regex.ast
Methods in org.sonar.java.regex.ast that return Quantifier.Modifier Modifier and Type Method Description Quantifier.Modifier
Quantifier. getModifier()
static Quantifier.Modifier
Quantifier.Modifier. valueOf(String name)
Returns the enum constant of this type with the specified name.static Quantifier.Modifier[]
Quantifier.Modifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sonar.java.regex.ast with parameters of type Quantifier.Modifier Constructor Description CurlyBraceQuantifier(RegexSource source, IndexRange range, Quantifier.Modifier modifier, RegexToken minimumRepetitionsToken, RegexToken commaToken, RegexToken maximumRepetitionsToken)
Quantifier(RegexSource source, IndexRange range, Quantifier.Modifier modifier)
SimpleQuantifier(RegexSource source, IndexRange range, Quantifier.Modifier modifier, SimpleQuantifier.Kind kind)
-