Ast(SrcPosition *position) | Ast | |
Ast(const Ast &ast) | Ast | |
clone() const | SimpleGuardedStatement | [inline, virtual] |
expression | SimpleGuardedStatement | [private] |
getExpression() | SimpleGuardedStatement | [inline] |
getPosition() | Ast | |
getStatement() | SimpleGuardedStatement | [inline] |
GuardedStatement(SrcPosition *position) | GuardedStatement | [inline] |
operator=(const Ast &ast) | SimpleGuardedStatement | [virtual] |
operator==(const Ast &ast) const | SimpleGuardedStatement | [virtual] |
position | Ast | [protected] |
setPosition(SrcPosition *position) | Ast | |
SimpleGuardedStatement(SrcPosition *position, Expression *expression, Statement *statement) | SimpleGuardedStatement | [inline] |
SimpleGuardedStatement(const SimpleGuardedStatement &simpleGuardedStatement) | SimpleGuardedStatement | [inline] |
statement | SimpleGuardedStatement | [private] |
visit(Visitor &visitor) | SimpleGuardedStatement | [inline, virtual] |
~Ast() | Ast | [virtual] |
~GuardedStatement() | GuardedStatement | [inline, virtual] |
~SimpleGuardedStatement() | SimpleGuardedStatement | [inline, virtual] |