Метод | Описание | |
---|---|---|
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 ( ) : System | ||
Результат | System |
public ArrayComprehensionLoop ( int pos ) : System | ||
pos | int | |
Результат | System |
public ArrayComprehensionLoop ( int pos, int len ) : System | ||
pos | int | |
len | int | |
Результат | System |
public SetBody ( AstNode body ) : void | ||
body | AstNode | loop body |
Результат | void |