v8  3.11.10(node0.8.26)
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 332 of file jsregexp.h.

Constructor & Destructor Documentation

Entry ( )
inline

Definition at line 334 of file jsregexp.h.

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

Definition at line 335 of file jsregexp.h.

Member Function Documentation

void AddValue ( int  value,
Zone zone 
)
inline

Definition at line 340 of file jsregexp.h.

References OutSet::Extend().

Referenced by DispatchTable::AddRange().

uc16 from ( )
inline

Definition at line 337 of file jsregexp.h.

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

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

Definition at line 339 of file jsregexp.h.

Referenced by DispatchTable::AddRange().

uc16 to ( )
inline

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