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