Uses of Class
org.codehaus.janino.UnitCompiler
Packages that use UnitCompiler
-
Uses of UnitCompiler in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type UnitCompilerModifier and TypeFieldDescriptionprivate final Set
<UnitCompiler> JavaSourceClassLoader.compiledUnitCompilers
private final List
<UnitCompiler> Compiler.parsedCompilationUnits
private final Set
<UnitCompiler> JavaSourceIClassLoader.unitCompilers
Collection of parsed compilation units.Methods in org.codehaus.janino that return UnitCompilerModifier and TypeMethodDescriptionUnitCompiler.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.Methods in org.codehaus.janino that return types with arguments of type UnitCompilerModifier and TypeMethodDescriptionJavaSourceIClassLoader.getUnitCompilers()
Returns the set ofUnitCompiler
s that were created so far.