public abstract static class CompilationUnit.ClassgenCallback
extends java.lang.Object
| Constructor and Description | 
|---|
| ClassgenCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | call(org.objectweb.asm.ClassVisitor writer,
    ClassNode node) | 
public abstract void call(org.objectweb.asm.ClassVisitor writer,
                          ClassNode node)
                   throws CompilationFailedException
CompilationFailedException