Ast(SrcPosition *position) | Ast | |
Ast(const Ast &ast) | Ast | |
clone() const | StringLiteral | [inline, virtual] |
Expression(SrcPosition *position) | Expression | [inline] |
getPosition() | Ast | |
getStr() const | StringLiteral | [inline] |
operator=(const Ast &ast) | StringLiteral | [virtual] |
operator==(const Ast &ast) const | StringLiteral | [virtual] |
position | Ast | [protected] |
setPosition(SrcPosition *position) | Ast | |
str | StringLiteral | [private] |
StringLiteral(SrcPosition *position, string str) | StringLiteral | [inline] |
StringLiteral(const StringLiteral &stringLiteral) | StringLiteral | [inline] |
visit(Visitor &visitor) | StringLiteral | [inline, virtual] |
~Ast() | Ast | [virtual] |
~Expression() | Expression | [inline, virtual] |
~StringLiteral() | StringLiteral | [inline, virtual] |