Ast(SrcPosition *position) | Ast | |
Ast(const Ast &ast) | Ast | |
clone() const | IntegerLiteral | [inline, virtual] |
Expression(SrcPosition *position) | Expression | [inline] |
getPosition() | Ast | |
getValue() const | IntegerLiteral | [inline] |
IntegerLiteral(SrcPosition *position, int value) | IntegerLiteral | [inline] |
IntegerLiteral(const IntegerLiteral &integerLiteral) | IntegerLiteral | [inline] |
operator=(const Ast &ast) | IntegerLiteral | [virtual] |
operator==(const Ast &ast) const | IntegerLiteral | [virtual] |
position | Ast | [protected] |
setPosition(SrcPosition *position) | Ast | |
value | IntegerLiteral | [private] |
visit(Visitor &visitor) | IntegerLiteral | [inline, virtual] |
~Ast() | Ast | [virtual] |
~Expression() | Expression | [inline, virtual] |
~IntegerLiteral() | IntegerLiteral | [inline, virtual] |