Method | Description | |
---|---|---|
DoLoop ( ) : System.Text | ||
DoLoop ( int pos ) : System.Text | ||
DoLoop ( int pos, int len ) : System.Text | ||
GetCondition ( ) : AstNode |
Returns loop condition
|
|
GetWhilePosition ( ) : int |
Returns source position of "while" keyword
|
|
SetCondition ( AstNode condition ) : void |
Sets loop condition, and sets its parent to this node. Sets loop condition, and sets its parent to this node. |
|
SetWhilePosition ( int whilePosition ) : void |
Sets source position of "while" keyword
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node, the body, and then the while-expression. Visits this node, the body, and then the while-expression. |
public DoLoop ( int pos, int len ) : System.Text | ||
pos | int | |
len | int | |
return | System.Text |
public SetCondition ( AstNode condition ) : void | ||
condition | AstNode | |
return | void |
public SetWhilePosition ( int whilePosition ) : void | ||
whilePosition | int | |
return | void |