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.compiledUnitCompilersprivate final List<UnitCompiler> Compiler.parsedCompilationUnitsprivate final Set<UnitCompiler> JavaSourceIClassLoader.unitCompilersCollection 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 ofUnitCompilers that were created so far.