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. compiledUnitCompilers
private java.util.List<UnitCompiler>
Compiler. parsedCompilationUnits
private java.util.Set<UnitCompiler>
JavaSourceIClassLoader. unitCompilers
Collection of parsed compilation units.Methods in org.codehaus.janino that return UnitCompiler Modifier and Type Method Description UnitCompiler
UnitCompiler. 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 ofUnitCompiler
s that were created so far.
-