On this page
[Java] Interface CompilationUnit.ClassgenCallback
@FunctionalInterface
public interface CompilationUnit.ClassgenCallback
A callback interface you can use to "accompany" the classgen() code as it traverses the ClassNode tree. You will be called-back for each primary and inner class. Use setClassgenCallback() before running compile() to set your callback.
Methods Summary
Method Detail
public void call(org.objectweb.asm.ClassVisitor writer, ClassNode node)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.9/html/gapi/org/codehaus/groovy/control/CompilationUnit.ClassgenCallback.html