org.codehaus.groovy.classgen
Class ReturnAdder

java.lang.Object
  extended by org.codehaus.groovy.classgen.ReturnAdder

public class ReturnAdder
extends Object

Utility class to add return statements. Extracted from Verifier as it can be useful for some AST transformations


Constructor Summary
ReturnAdder()
           
 
Method Summary
static void addReturnIfNeeded(MethodNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReturnAdder

public ReturnAdder()
Method Detail

addReturnIfNeeded

public static void addReturnIfNeeded(MethodNode node)

Copyright © 2003-2009 The Codehaus. All rights reserved.