Package com.google.re2j
Class Regexp
java.lang.Object
com.google.re2j.Regexp
Regular expression abstract syntax tree. Produced by parser, used by compiler. NB, this
corresponds to
syntax.regexp in the Go implementation; Go's regexp is called
RE2 in Java.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidappendTo(StringBuilder out) booleaninthashCode()(package private) intmaxCap()private static voidquoteIfHyphen(StringBuilder out, int rune) (package private) voidreinit()toString()
-
Field Details
-
Constructor Details
-
Method Details