IDL compiler front-end library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AST::Container Class Reference

Sequential container of the AST items. More...

#include <Container.h>

Inheritance diagram for AST::Container:
AST::ContainerT< Item > AST::IV_Base AST::ModuleItems AST::Root AST::Interface AST::ValueType

Public Member Functions

bool visit (CodeGen &cg) const
 

Detailed Description

Sequential container of the AST items.

Definition at line 56 of file Container.h.

Member Function Documentation

◆ visit()

bool AST::Container::visit ( CodeGen cg) const

Visit all items for the code generation.

Returns
true if unsuppported building blocks were occurred.

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