| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| Modifier and Type | Method and Description |
|---|---|
static JaninoOption |
JaninoOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaninoOption[] |
JaninoOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<JaninoOption> |
UnitCompiler.options() |
EnumSet<JaninoOption> |
SimpleCompiler.options() |
EnumSet<JaninoOption> |
JavaSourceIClassLoader.options() |
EnumSet<JaninoOption> |
Compiler.options() |
| Modifier and Type | Method and Description |
|---|---|
UnitCompiler |
UnitCompiler.options(EnumSet<JaninoOption> options)
Sets the options for all future compilations.
|
SimpleCompiler |
SimpleCompiler.options(EnumSet<JaninoOption> options)
Sets the options for all future compilations.
|
JavaSourceIClassLoader |
JavaSourceIClassLoader.options(EnumSet<JaninoOption> options)
Sets the options for all future compilations.
|
Compiler |
Compiler.options(EnumSet<JaninoOption> options)
Sets the options for all future compilations.
|
Copyright © 2019. All rights reserved.