Uses of Enum Class
org.ek9lang.compiler.OptimizationLevel
Packages that use OptimizationLevel
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
B - For the EK9 compiler itself.
-
Uses of OptimizationLevel in org.ek9lang.cli
Fields in org.ek9lang.cli declared as OptimizationLevelModifier and TypeFieldDescription(package private) OptimizationLevel
CommandLine.optimizationLevel
Methods in org.ek9lang.cli that return OptimizationLevel -
Uses of OptimizationLevel in org.ek9lang.compiler
Subclasses with type arguments of type OptimizationLevel in org.ek9lang.compilerModifier and TypeClassDescriptionenum
Defines the optimization levels available in the EK9 compiler.Methods in org.ek9lang.compiler that return OptimizationLevelModifier and TypeMethodDescriptionstatic OptimizationLevel
CompilerFlags.getOptimizationLevel()
static OptimizationLevel
Returns the enum constant of this class with the specified name.static OptimizationLevel[]
OptimizationLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.compiler with parameters of type OptimizationLevelModifier and TypeMethodDescriptionvoid
CompilerFlags.setOptimizationLevel
(OptimizationLevel optimizationLevel)