V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::AstVisitor< Subclass > Class Template Reference
Inheritance diagram for v8::internal::AstVisitor< Subclass >:
v8::internal::AstTraversalVisitor< Subclass >

Public Member Functions

void Visit (AstNode *node)
 
void VisitDeclarations (Declaration::List *declarations)
 
void VisitStatements (const ZonePtrList< Statement > *statements)
 
void VisitExpressions (const ZonePtrList< Expression > *expressions)
 

Protected Member Functions

Subclass * impl ()
 

Detailed Description

template<class Subclass>
class v8::internal::AstVisitor< Subclass >

Definition at line 2871 of file ast.h.


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