V8 Project
v8::internal::NodeVisitor Class Reference

#include <jsregexp.h>

+ Inheritance diagram for v8::internal::NodeVisitor:
+ Collaboration diagram for v8::internal::NodeVisitor:

Public Member Functions

virtual ~NodeVisitor ()
 
virtual void VisitLoopChoice (LoopChoiceNode *that)
 

Detailed Description

Definition at line 1541 of file jsregexp.h.

Constructor & Destructor Documentation

◆ ~NodeVisitor()

virtual v8::internal::NodeVisitor::~NodeVisitor ( )
inlinevirtual

Definition at line 1543 of file jsregexp.h.

1543 { }

Member Function Documentation

◆ VisitLoopChoice()

virtual void v8::internal::NodeVisitor::VisitLoopChoice ( LoopChoiceNode that)
inlinevirtual

Reimplemented in v8::internal::Analysis.

Definition at line 1548 of file jsregexp.h.

1548 { VisitChoice(that); }

Referenced by v8::internal::LoopChoiceNode::Accept().

+ Here is the caller graph for this function:

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