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
BoyerMooreLookahead Class Reference

#include <jsregexp.h>

Inheritance diagram for BoyerMooreLookahead:
Collaboration diagram for BoyerMooreLookahead:

Public Member Functions

 BoyerMooreLookahead (int length, RegExpCompiler *compiler, Zone *zone)
 
int length ()
 
int max_char ()
 
RegExpCompilercompiler ()
 
int Count (int map_number)
 
BoyerMoorePositionInfoat (int i)
 
void Set (int map_number, int character)
 
void SetInterval (int map_number, const Interval &interval)
 
void SetAll (int map_number)
 
void SetRest (int from_map)
 
bool EmitSkipInstructions (RegExpMacroAssembler *masm)
 
- Public Member Functions inherited from ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Detailed Description

Definition at line 1279 of file jsregexp.h.

Constructor & Destructor Documentation

Member Function Documentation

BoyerMoorePositionInfo* at ( int  i)
inline

Definition at line 1291 of file jsregexp.h.

RegExpCompiler* compiler ( )
inline

Definition at line 1285 of file jsregexp.h.

Referenced by TextNode::FillInBMInfo().

int Count ( int  map_number)
inline

Definition at line 1287 of file jsregexp.h.

int length ( )
inline
int max_char ( )
inline

Definition at line 1284 of file jsregexp.h.

Referenced by TextNode::FillInBMInfo().

void Set ( int  map_number,
int  character 
)
inline

Definition at line 1293 of file jsregexp.h.

References v8::internal::info, and BoyerMoorePositionInfo::Set().

Referenced by TextNode::FillInBMInfo().

void SetAll ( int  map_number)
inline

Definition at line 1309 of file jsregexp.h.

Referenced by TextNode::FillInBMInfo(), and BoyerMooreLookahead::SetRest().

void SetInterval ( int  map_number,
const Interval interval 
)
inline
void SetRest ( int  from_map)
inline

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