Package org.codehaus.groovy.classgen
Class ReturnAdder
- java.lang.Object
-
- org.codehaus.groovy.classgen.ReturnAdder
-
public class ReturnAdder extends java.lang.Object
Utility class to add return statements. Extracted from Verifier as it can be useful for some AST transformations
-
-
Constructor Summary
Constructors Constructor Description ReturnAdder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addReturnIfNeeded(MethodNode node)
-
-
-
Method Detail
-
addReturnIfNeeded
public static void addReturnIfNeeded(MethodNode node)
-
-