Méthode | Description | |
---|---|---|
GetCondition ( ) : AstNode |
Returns loop condition
|
|
SetCondition ( AstNode condition ) : void |
Sets loop condition
|
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits this node, the condition, then the body. Visits this node, the condition, then the body. |
|
WhileLoop ( ) : System.Text | ||
WhileLoop ( int pos ) : System.Text | ||
WhileLoop ( int pos, int len ) : System.Text |
public SetCondition ( AstNode condition ) : void | ||
condition | AstNode | |
Résultat | void |
public WhileLoop ( int pos, int len ) : System.Text | ||
pos | int | |
len | int | |
Résultat | System.Text |