Uses of Interface
org.codehaus.janino.UnitCompiler.ClassFileConsumer
-
Packages that use UnitCompiler.ClassFileConsumer Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of UnitCompiler.ClassFileConsumer in org.codehaus.janino
Fields in org.codehaus.janino declared as UnitCompiler.ClassFileConsumer Modifier and Type Field Description private UnitCompiler.ClassFileConsumerUnitCompiler. storesClassFilesNon-nullwhileUnitCompiler.compileUnit(boolean, boolean, boolean, ClassFileConsumer)is executing.Methods in org.codehaus.janino with parameters of type UnitCompiler.ClassFileConsumer Modifier and Type Method Description voidUnitCompiler. compileUnit(boolean debugSource, boolean debugLines, boolean debugVars, UnitCompiler.ClassFileConsumer storesClassFiles)Generates a set ofClassFileobjects which represent the classes and interfaces declared in the compilation unit.
-