v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Interval Class Reference

#include <jsregexp.h>

Public Member Functions

 Interval ()
 
 Interval (int from, int to)
 
Interval Union (Interval that)
 
bool Contains (int value)
 
bool is_empty ()
 
int from () const
 
int to () const
 

Static Public Member Functions

static Interval Empty ()
 

Static Public Attributes

static const int kNone = -1
 

Detailed Description

Definition at line 711 of file jsregexp.h.

Constructor & Destructor Documentation

Interval ( )
inline

Definition at line 713 of file jsregexp.h.

Referenced by Interval::Empty(), and Interval::Union().

Interval ( int  from,
int  to 
)
inline

Definition at line 714 of file jsregexp.h.

Member Function Documentation

bool Contains ( int  value)
inline

Definition at line 723 of file jsregexp.h.

Referenced by Trace::DeferredAction::Mentions().

static Interval Empty ( )
inlinestatic

Definition at line 729 of file jsregexp.h.

References Interval::Interval().

Referenced by RegExpTree::CaptureRegisters().

bool is_empty ( )
inline

Definition at line 726 of file jsregexp.h.

References Interval::kNone.

Interval Union ( Interval  that)
inline

Field Documentation

const int kNone = -1
static

Definition at line 730 of file jsregexp.h.

Referenced by Interval::is_empty(), and Interval::Union().


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