V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::TextElement Class Referencefinal

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
 
RegExpTreetree () const
 
RegExpAtomatom () const
 
RegExpCharacterClasschar_class () const
 

Static Public Member Functions

static TextElement Atom (RegExpAtom *atom)
 
static TextElement CharClass (RegExpCharacterClass *char_class)
 

Detailed Description

Definition at line 160 of file regexp-ast.h.


The documentation for this class was generated from the following files: