v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DispatchTable::Entry Class Reference

#include <jsregexp.h>

Public Member Functions

 Entry ()
 
 Entry (uc16 from, uc16 to, OutSet *out_set)
 
uc16 from ()
 
uc16 to ()
 
void set_to (uc16 value)
 
void AddValue (int value, Zone *zone)
 
OutSetout_set ()
 

Detailed Description

Definition at line 349 of file jsregexp.h.

Constructor & Destructor Documentation

Entry ( )
inline

Definition at line 351 of file jsregexp.h.

Entry ( uc16  from,
uc16  to,
OutSet out_set 
)
inline

Definition at line 352 of file jsregexp.h.

Member Function Documentation

void AddValue ( int  value,
Zone zone 
)
inline

Definition at line 357 of file jsregexp.h.

References OutSet::Extend().

Referenced by DispatchTable::AddRange().

uc16 from ( )
inline

Definition at line 354 of file jsregexp.h.

Referenced by DispatchTable::AddRange(), and CharacterRangeSplitter::Call().

OutSet* out_set ( )
inline
void set_to ( uc16  value)
inline

Definition at line 356 of file jsregexp.h.

Referenced by DispatchTable::AddRange().

uc16 to ( )
inline

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