Method | Description | |
---|---|---|
Accept ( ITreeWalker visitor ) : void |
Accepts the visitor by showing him around.
|
|
WhileStatement ( IExpression condition, IStatement body, TextPosition start ) |
Creates a new while statement.
|
public Accept ( ITreeWalker visitor ) : void | ||
visitor | ITreeWalker | The visitor walking the tree. |
return | void |
public WhileStatement ( IExpression condition, IStatement body, TextPosition start ) | ||
condition | IExpression | |
body | IStatement | |
start | TextPosition |