Uses of Class
org.teavm.vm.TeaVMOptimizationLevel
-
Packages that use TeaVMOptimizationLevel Package Description org.teavm.vm -
-
Uses of TeaVMOptimizationLevel in org.teavm.vm
Methods in org.teavm.vm that return TeaVMOptimizationLevel Modifier and Type Method Description TeaVMOptimizationLevelTeaVM. getOptimizationLevel()TeaVMOptimizationLevelTeaVMTargetController. getOptimizationLevel()static TeaVMOptimizationLevelTeaVMOptimizationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TeaVMOptimizationLevel[]TeaVMOptimizationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teavm.vm with parameters of type TeaVMOptimizationLevel Modifier and Type Method Description voidTeaVM. setOptimizationLevel(TeaVMOptimizationLevel optimizationLevel)
-