Uses of Class
com.google.javascript.jscomp.regex.RegExpTree.RegExpTreeAtom
Packages that use RegExpTree.RegExpTreeAtom
-
Uses of RegExpTree.RegExpTreeAtom in com.google.javascript.jscomp.regex
Subclasses of RegExpTree.RegExpTreeAtom in com.google.javascript.jscomp.regexModifier and TypeClassDescriptionstatic final classRepresents an anchor, namely ^ or $.static final classRepresents a reference to a previous group such as \1 or \2static final classRepresents a set of possible characters structured as [a-zA-Z] or [^a-zA-Z]static final classRepresents an empty portion of a RegExp such as the middle of "||"static final classRepresents a reference to a previous named groupstatic final classRepresents a run of non-special characters such as "foobar"static final classRepresents a Unicode Property Escape such as in /\p{Script=Greek}/ustatic final classRepresents \b or \B