| Package | Description | 
|---|---|
| com.asakusafw.operator | Asakusa Operator DSL Compiler Core APIs. | 
| Modifier and Type | Method and Description | 
|---|---|
| static WarningAction | WarningAction. getDefault()Returns the default value of  WarningAction. | 
| WarningAction | CompileEnvironment. getWarningAction()Returns the warning action type. | 
| static WarningAction | WarningAction. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static WarningAction[] | WarningAction. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Optional<WarningAction> | WarningAction. fromSymbol(String symbol)Returns a constant of the given symbol. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompileEnvironment | CompileEnvironment. withWarningAction(WarningAction newValue)Sets the warning action type. | 
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.