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 TypeMethodDescriptionvoid
UnitCompiler.compileUnit
(boolean debugSource, boolean debugLines, boolean debugVars, UnitCompiler.ClassFileConsumer storesClassFiles) Generates a set ofClassFile
objects which represent the classes and interfaces declared in the compilation unit.