Modifier and type | Property and description |
---|---|
java.lang.String | caseInsensitiveName Replies the string representation of this optimization level. |
Modifier and type | Action and description |
---|---|
java.lang.String | getCaseInsensitiveName Replies the string representation of this optimization level. |
static OptimizationLevel | getDefault Replies the default optimization level. |
static OptimizationLevel | valueOf(String) |
static OptimizationLevel | valueOfCaseInsensitive(String) Parse the given case insensitive string for obtaining the optimization level. |
static OptimizationLevel | values |
static val G0 : OptimizationLevel
static val G1 : OptimizationLevel
static val G2 : OptimizationLevel
val caseInsensitiveName : java.lang.String
This property is an alias for the action: getCaseInsensitiveName
def getCaseInsensitiveName : java.lang.String
def getDefault : OptimizationLevel
def valueOf(String) : OptimizationLevel
def valueOfCaseInsensitive(String) : OptimizationLevel
def values : OptimizationLevel