Uses of Interface
org.codehaus.janino.UnitCompiler.ClassFileConsumer
Packages that use UnitCompiler.ClassFileConsumer
-
Uses of UnitCompiler.ClassFileConsumer in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type UnitCompiler.ClassFileConsumerModifier and TypeMethodDescriptionvoidUnitCompiler.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.