![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
| enum | TextType { ATOM, CHAR_CLASS } |
Public Member Functions | |
| int | cp_offset () const |
| void | set_cp_offset (int cp_offset) |
| int | length () const |
| TextType | text_type () const |
| RegExpTree * | tree () const |
| RegExpAtom * | atom () const |
| RegExpCharacterClass * | char_class () const |
Static Public Member Functions | |
| static TextElement | Atom (RegExpAtom *atom) |
| static TextElement | CharClass (RegExpCharacterClass *char_class) |
Definition at line 160 of file regexp-ast.h.