v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
MyASTConsumer Class Reference

#include <ast_consumer.h>

Inheritance diagram for MyASTConsumer:
Inheritance graph
[legend]
Collaboration diagram for MyASTConsumer:
Collaboration graph
[legend]

Public Member Functions

 MyASTConsumer (CompilerInstance &CI)
 
void HandleTranslationUnit (ASTContext &Context) override
 

Detailed Description

Defines what will be matched and sent to

Definition at line 11 of file ast_consumer.h.

Constructor & Destructor Documentation

MyASTConsumer::MyASTConsumer ( CompilerInstance &  CI)

Definition at line 7 of file ast_consumer.cpp.

References v8toolkit::bind().

Here is the call graph for this function:

Member Function Documentation

void MyASTConsumer::HandleTranslationUnit ( ASTContext &  Context)
inlineoverride

Definition at line 25 of file ast_consumer.h.


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