Groovy 2.2.0

org.codehaus.groovy.control
[Java] Class CompilationUnit.ClassgenCallback

java.lang.Object
  org.codehaus.groovy.control.CompilationUnit.ClassgenCallback

public static abstract class CompilationUnit.ClassgenCallback

Sets a ClassgenCallback. You can have only one, and setting it to null removes any existing setting.


Method Summary
void call(org.objectweb.asm.ClassVisitor writer, ClassNode node)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

call

public void call(org.objectweb.asm.ClassVisitor writer, ClassNode node)


 

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