Uses of Enum
org.codehaus.janino.JaninoOption
Packages that use JaninoOption
-
Uses of JaninoOption in org.codehaus.janino
Subclasses with type arguments of type JaninoOption in org.codehaus.janinoModifier and TypeClassDescriptionenumThe compilation ofCompiler,JavaSourceIClassLoader,SimpleCompilerand their subclasses can be configured with these options.Fields in org.codehaus.janino with type parameters of type JaninoOptionModifier and TypeFieldDescriptionprivate EnumSet<JaninoOption> Compiler.optionsprivate EnumSet<JaninoOption> JavaSourceIClassLoader.optionsprivate EnumSet<JaninoOption> SimpleCompiler.optionsprivate EnumSet<JaninoOption> UnitCompiler.optionsMethods in org.codehaus.janino that return JaninoOptionModifier and TypeMethodDescriptionstatic JaninoOptionReturns 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.