All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Characters Wraps Character methods to be overridden for GWT.CharClass A "builder"-style helper class for manipulating character classes represented as an array of pairs of runes [lo, hi], each denoting an inclusive interval.CharGroup Compiler Compiler fromRegexp(RE2 abstract syntax) toRE2(compiled regular expression).Compiler.Frag A fragment of a compiled regular expression program.Inst A single instruction in the regular expression virtual machine.Machine Machine.Queue Machine.Thread MachineInput MachineInput abstracts different representations of the input text supplied to the Machine.MachineInput.UTF16Input MachineInput.UTF8Input Matcher A stateful iterator that interprets a regexPatternon a specific input.MatcherInput Abstract the representations of input text supplied to Matcher.MatcherInput.Encoding MatcherInput.Utf16MatcherInput MatcherInput.Utf8MatcherInput Parser A parser of regular expression patterns.Parser.Pair<F,S> Parser.Stack Parser.StringIterator Pattern A compiled representation of an RE2 regular expression, mimicking thejava.util.regex.PatternAPI.PatternSyntaxException An exception thrown by the parser if the pattern was invalid.Prog A Prog is a compiled regular expression program.RE2 An RE2 class instance is a compiled representation of an RE2 regular expression, independent of the public Java-like Pattern/Matcher API.RE2.DeliverFunc RE2.ReplaceFunc Regexp Regular expression abstract syntax tree.Regexp.Op Simplify Unicode Utilities for dealing with Unicode better than Java does.UnicodeTables Utils Various constants and helper utilities.