Uses of Enum Class
org.ek9lang.compiler.OptimizationLevel
Packages that use OptimizationLevel
-
Uses of OptimizationLevel in org.ek9lang.compiler
Subclasses with type arguments of type OptimizationLevel in org.ek9lang.compilerModifier and TypeClassDescriptionenumDefines the optimization levels available in the EK9 compiler.Methods in org.ek9lang.compiler that return OptimizationLevelModifier and TypeMethodDescriptionstatic OptimizationLevelCompilerFlags.getOptimizationLevel()static OptimizationLevelReturns 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 TypeMethodDescriptionvoidCompilerFlags.setOptimizationLevel(OptimizationLevel optimizationLevel)