Uses of Interface
org.codehaus.janino.UnitCompiler.ClassFileConsumer
Packages that use UnitCompiler.ClassFileConsumer
-
Uses of UnitCompiler.ClassFileConsumer in org.codehaus.janino
Fields in org.codehaus.janino declared as UnitCompiler.ClassFileConsumerModifier and TypeFieldDescriptionprivate UnitCompiler.ClassFileConsumer
UnitCompiler.storesClassFiles
Non-null
whileUnitCompiler.compileUnit(boolean, boolean, boolean, ClassFileConsumer)
is executing.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.