| 
Groovy 1.8.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface LoopingStatement
This is an AST Node that provides some sort of looping mechanism. Typically in the form of a block that will be executed repeatedly. DoWhileStatements, WhileStatements, and ForStatements are all examples of LoopingStatements.
| Method Summary | |
|---|---|
            Statement
         | 
        
            getLoopBlock()
            Gets the loop block.  | 
        
            void
         | 
        
            setLoopBlock(Statement loopBlock)
            Sets the loop block.  | 
        
| Method Detail | 
|---|
public Statement getLoopBlock()
public void setLoopBlock(Statement loopBlock)
Copyright © 2003-2011 The Codehaus. All rights reserved.