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

#include <ast.h>

Inheritance diagram for RegExpBackReference:
Collaboration diagram for RegExpBackReference:

Public Member Functions

 RegExpBackReference (RegExpCapture *capture)
 
virtual void * Accept (RegExpVisitor *visitor, void *data)
 
virtual RegExpNodeToNode (RegExpCompiler *compiler, RegExpNode *on_success)
 
virtual RegExpBackReferenceAsBackReference ()
 
virtual bool IsBackReference ()
 
virtual int min_match ()
 
virtual int max_match ()
 
int index ()
 
RegExpCapturecapture ()
 
- Public Member Functions inherited from RegExpTree
virtual ~RegExpTree ()
 
virtual bool IsTextElement ()
 
virtual bool IsAnchoredAtStart ()
 
virtual bool IsAnchoredAtEnd ()
 
virtual Interval CaptureRegisters ()
 
virtual void AppendToText (RegExpText *text, Zone *zone)
 
SmartArrayPointer< const char > ToString (Zone *zone)
 
- 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)
 

Additional Inherited Members

- Static Public Attributes inherited from RegExpTree
static const int kInfinity = kMaxInt
 

Detailed Description

Definition at line 2432 of file ast.h.

Constructor & Destructor Documentation

RegExpBackReference ( RegExpCapture capture)
inlineexplicit

Definition at line 2434 of file ast.h.

Member Function Documentation

virtual void* Accept ( RegExpVisitor *  visitor,
void *  data 
)
virtual

Implements RegExpTree.

virtual RegExpBackReference* AsBackReference ( )
virtual
RegExpCapture* capture ( )
inline

Definition at line 2444 of file ast.h.

int index ( )
inline

Definition at line 2443 of file ast.h.

Referenced by RegExpBackReference::ToNode().

virtual bool IsBackReference ( )
virtual
virtual int max_match ( )
inlinevirtual

Implements RegExpTree.

Definition at line 2442 of file ast.h.

virtual int min_match ( )
inlinevirtual

Implements RegExpTree.

Definition at line 2441 of file ast.h.

RegExpNode * ToNode ( RegExpCompiler compiler,
RegExpNode on_success 
)
virtual

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