void |
ThrowStatement.accept(StatementVisitor statementVisitor) |
void |
SwitchStatement.accept(StatementVisitor statementVisitor) |
abstract void |
Statement.accept(StatementVisitor statementVisitor) |
void |
SetStatement.accept(StatementVisitor statementVisitor) |
void |
ReturnStatement.accept(StatementVisitor statementVisitor) |
void |
LabelStatement.accept(StatementVisitor statementVisitor) |
void |
IfStatement.accept(StatementVisitor statementVisitor) |
void |
GotoStatement.accept(StatementVisitor statementVisitor) |
void |
GotoCaseStatement.accept(StatementVisitor statementVisitor) |
void |
ExpressionStatement.accept(StatementVisitor statementVisitor) |
void |
DefineVarStatement.accept(StatementVisitor statementVisitor) |
void |
CaseBlockStatement.accept(StatementVisitor statementVisitor) |
void |
CallConstructorStatement.accept(StatementVisitor statementVisitor) |