Ast(SrcPosition *position) | Ast | |
Ast(const Ast &ast) | Ast | |
clone() const | SimpleImport | [inline, virtual] |
getPosition() | Ast | |
getStringLiteral() | SimpleImport | [inline] |
Import(SrcPosition *position) | Import | [inline] |
operator=(const Ast &ast) | SimpleImport | [virtual] |
operator==(const Ast &ast) const | SimpleImport | [virtual] |
position | Ast | [protected] |
setPosition(SrcPosition *position) | Ast | |
SimpleImport(SrcPosition *position, StringLiteral *stringLiteral) | SimpleImport | [inline] |
SimpleImport(const SimpleImport &simpleImport) | SimpleImport | [inline] |
stringLiteral | SimpleImport | [private] |
visit(Visitor &visitor) | SimpleImport | [inline, virtual] |
~Ast() | Ast | [virtual] |
~Import() | Import | [inline, virtual] |
~SimpleImport() | SimpleImport | [inline, virtual] |