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 class
Represents an anchor, namely ^ or $.static final class
Represents a reference to a previous group such as \1 or \2static final class
Represents a set of possible characters structured as [a-zA-Z] or [^a-zA-Z]static final class
Represents an empty portion of a RegExp such as the middle of "||"static final class
Represents a reference to a previous named groupstatic final class
Represents a run of non-special characters such as "foobar"static final class
Represents a Unicode Property Escape such as in /\p{Script=Greek}/ustatic final class
Represents \b or \B