v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <ast.h>
Public Member Functions | |
RegExpAlternative (ZoneList< RegExpTree * > *nodes) | |
virtual void * | Accept (RegExpVisitor *visitor, void *data) |
virtual RegExpNode * | ToNode (RegExpCompiler *compiler, RegExpNode *on_success) |
virtual RegExpAlternative * | AsAlternative () |
virtual Interval | CaptureRegisters () |
virtual bool | IsAlternative () |
virtual bool | IsAnchoredAtStart () |
virtual bool | IsAnchoredAtEnd () |
virtual int | min_match () |
virtual int | max_match () |
ZoneList< RegExpTree * > * | nodes () |
Public Member Functions inherited from RegExpTree | |
virtual | ~RegExpTree () |
virtual bool | IsTextElement () |
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 |
|
explicit |
Definition at line 980 of file ast.cc.
References ASSERT, List< T, ZoneAllocationPolicy >::at(), RegExpTree::max_match(), and RegExpTree::min_match().
|
virtual |
Implements RegExpTree.
|
virtual |
|
virtual |
Reimplemented from RegExpTree.
|
virtual |
|
virtual |
Reimplemented from RegExpTree.
Definition at line 740 of file ast.cc.
References List< T, ZoneAllocationPolicy >::at(), RegExpTree::IsAnchoredAtEnd(), and RegExpTree::max_match().
|
virtual |
Reimplemented from RegExpTree.
Definition at line 729 of file ast.cc.
References List< T, ZoneAllocationPolicy >::at(), RegExpTree::IsAnchoredAtStart(), and RegExpTree::max_match().
|
inlinevirtual |
Implements RegExpTree.
|
inlinevirtual |
Implements RegExpTree.
|
inline |
Definition at line 2263 of file ast.h.
Referenced by RegExpAlternative::ToNode().
|
virtual |
Implements RegExpTree.
Definition at line 5036 of file jsregexp.cc.
References List< T, ZoneAllocationPolicy >::at(), and RegExpAlternative::nodes().