Ast(SrcPosition *position) | Ast | |
Ast(const Ast &ast) | Ast | |
clone() const | GuardExpression | [inline, virtual] |
expression | GuardExpression | [private] |
getExpression() | GuardExpression | [inline] |
getPosition() | Ast | |
Guard(SrcPosition *position) | Guard | [inline] |
GuardExpression(SrcPosition *position, Expression *expression) | GuardExpression | [inline] |
GuardExpression(const GuardExpression &guardExpression) | GuardExpression | [inline] |
operator=(const Ast &ast) | GuardExpression | [virtual] |
operator==(const Ast &ast) const | GuardExpression | [virtual] |
position | Ast | [protected] |
setPosition(SrcPosition *position) | Ast | |
visit(Visitor &visitor) | GuardExpression | [inline, virtual] |
~Ast() | Ast | [virtual] |
~Guard() | Guard | [inline, virtual] |
~GuardExpression() | GuardExpression | [inline, virtual] |