Uses of Enum
org.codehaus.janino.JaninoOption
Packages that use JaninoOption
-
Uses of JaninoOption in org.codehaus.janino
Fields in org.codehaus.janino with type parameters of type JaninoOptionModifier and TypeFieldDescriptionprivate EnumSet<JaninoOption>
Compiler.options
private EnumSet<JaninoOption>
JavaSourceIClassLoader.options
private EnumSet<JaninoOption>
SimpleCompiler.options
private EnumSet<JaninoOption>
UnitCompiler.options
Methods in org.codehaus.janino that return JaninoOptionModifier and TypeMethodDescriptionstatic JaninoOption
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.Methods in org.codehaus.janino that return types with arguments of type JaninoOptionModifier and TypeMethodDescriptionClassBodyEvaluator.options()
Compiler.options()
ExpressionEvaluator.options()
JavaSourceIClassLoader.options()
ScriptEvaluator.options()
SimpleCompiler.options()
UnitCompiler.options()
Method parameters in org.codehaus.janino with type arguments of type JaninoOptionModifier and TypeMethodDescriptionClassBodyEvaluator.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.Compiler.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.ExpressionEvaluator.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.JavaSourceIClassLoader.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.ScriptEvaluator.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.SimpleCompiler.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.UnitCompiler.options
(EnumSet<JaninoOption> options) Sets the options for all future compilations.