Groovy 1.7.0

org.codehaus.groovy.classgen
Class ReturnAdder

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

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 Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ReturnAdder

ReturnAdder()


 
Method Detail

addReturnIfNeeded

public static void addReturnIfNeeded(MethodNode node)


 

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