| Package | Description |
|---|---|
| com.google.javascript.jscomp.regex |
| Class and Description |
|---|
| CaseCanonicalize.DeltaSet
A group of code units such that for all cu in codeUnits, cu is equivalent,
case-insensitively, to cu + delta.
|
| CharRanges
An immutable sparse bitset that deals well where the data is chunky:
where P(bit[x+1] == bit[x]).
|
| RegExpTree
An AST for JavaScript regular expressions.
|
| RegExpTree.Charset |
| RegExpTree.DecomposedCharset |
| RegExpTree.Empty |
| RegExpTree.RegExpTreeAtom |