#include "element.hpp"
#include <list>
#include <sstream>
#include "class.hpp"
#include "modification.hpp"
#include "../util/ast_util.hpp"
Go to the source code of this file.
◆ GET_AS_IMP() [1/4]
GET_AS_IMP |
( |
Element |
, |
|
|
ClassWrapper |
|
|
) |
| |
◆ GET_AS_IMP() [2/4]
GET_AS_IMP |
( |
Element |
, |
|
|
Component |
|
|
) |
| |
◆ GET_AS_IMP() [3/4]
GET_AS_IMP |
( |
Element |
, |
|
|
ExtendsClause |
|
|
) |
| |
◆ GET_AS_IMP() [4/4]
GET_AS_IMP |
( |
Element |
, |
|
|
ImportClause |
|
|
) |
| |
◆ operator<<() [1/5]
ostream& operator<< |
( |
ostream & |
os, |
|
|
const AST_Comment & |
c |
|
) |
| |
◆ operator<<() [2/5]
ostream& operator<< |
( |
ostream & |
os, |
|
|
const AST_Comment_ & |
c |
|
) |
| |
◆ operator<<() [3/5]
ostream& operator<< |
( |
ostream & |
os, |
|
|
const AST_Element & |
e |
|
) |
| |
◆ operator<<() [4/5]
ostream& operator<< |
( |
ostream & |
os, |
|
|
const AST_Element_ & |
e |
|
) |
| |
◆ operator<<() [5/5]
ostream& operator<< |
( |
ostream & |
os, |
|
|
const AST_Element_Component & |
c |
|
) |
| |