Method | Description | |
---|---|---|
ArrayComprehensionLoop ( ) : System | ||
ArrayComprehensionLoop ( int pos ) : System | ||
ArrayComprehensionLoop ( int pos, int len ) : System | ||
GetBody ( ) : AstNode |
Returns
|
|
SetBody ( AstNode body ) : void |
Throws an exception on attempts to set the loop body. Throws an exception on attempts to set the loop body. |
|
ToSource ( int depth ) : string | ||
Visit ( NodeVisitor v ) : void |
Visits the iterator expression and the iterated object expression. Visits the iterator expression and the iterated object expression. There is no body-expression for this loop type. |
public ArrayComprehensionLoop ( int pos ) : System | ||
pos | int | |
return | System |
public ArrayComprehensionLoop ( int pos, int len ) : System | ||
pos | int | |
len | int | |
return | System |