Ast(SrcPosition *position) | Ast | |
Ast(const Ast &ast) | Ast | |
clone() const | StartStatement | [inline, virtual] |
getIdentifier() | StartStatement | [inline] |
getPosition() | Ast | |
identifier | StartStatement | [private] |
operator=(const Ast &ast) | StartStatement | [virtual] |
operator==(const Ast &ast) const | StartStatement | [virtual] |
position | Ast | [protected] |
setPosition(SrcPosition *position) | Ast | |
SimpleStatement(SrcPosition *position) | SimpleStatement | [inline] |
StartStatement(SrcPosition *position, Identifier *identifier) | StartStatement | [inline] |
StartStatement(const StartStatement &startStatement) | StartStatement | [inline] |
Statement(SrcPosition *position) | Statement | [inline] |
visit(Visitor &visitor) | StartStatement | [inline, virtual] |
~Ast() | Ast | [virtual] |
~SimpleStatement() | SimpleStatement | [inline, virtual] |
~StartStatement() | StartStatement | [inline, virtual] |
~Statement() | Statement | [inline, virtual] |