@CompileStatic class InWhileLoopWrapper extends Object
Wrap the body of a method in a while loop, nested in a try-catch. This is the first step in making a tail recursive method iterative. There are two ways to invoke the next iteration step:
| Type | Name and description | 
|---|---|
| static org.codehaus.groovy.transform.tailrec.GotoRecurHereException | LOOP_EXCEPTION | 
| static String | LOOP_LABEL | 
| Constructor and description | 
|---|
| InWhileLoopWrapper
                                () | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.