Uses of Class
org.codehaus.janino.UnitCompiler
-
Packages that use UnitCompiler Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of UnitCompiler in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type UnitCompiler Modifier and Type Field Description private java.util.Set<UnitCompiler>JavaSourceClassLoader. compiledUnitCompilersprivate java.util.List<UnitCompiler>Compiler. parsedCompilationUnitsprivate java.util.Set<UnitCompiler>JavaSourceIClassLoader. unitCompilersCollection of parsed compilation units.Methods in org.codehaus.janino that return UnitCompiler Modifier and Type Method Description UnitCompilerUnitCompiler. options(java.util.EnumSet<JaninoOption> options)Sets the options for all future compilations.Methods in org.codehaus.janino that return types with arguments of type UnitCompiler Modifier and Type Method Description java.util.Set<UnitCompiler>JavaSourceIClassLoader. getUnitCompilers()Returns the set ofUnitCompilers that were created so far.
-