Uses of Enum Class
com.google.re2j.Regexp.Op
-
Uses of Regexp.Op in com.google.re2j
Subclasses with type arguments of type Regexp.Op in com.google.re2jFields in com.google.re2j declared as Regexp.OpMethods in com.google.re2j that return Regexp.OpModifier and TypeMethodDescriptionstatic Regexp.OpReturns the enum constant of this class with the specified name.static Regexp.Op[]Regexp.Op.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.re2j with parameters of type Regexp.OpModifier and TypeMethodDescriptionprivate Regexpprivate Regexpprivate Regexpprivate voidParser.repeat(Regexp.Op op, int min, int max, int beforePos, Parser.StringIterator t, int lastRepeatPos) private static RegexpConstructors in com.google.re2j with parameters of type Regexp.Op