Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration.OptimizeLevel |
TestDriverContext.getCompilerOptimizeLevel()
Returns the compiler optimization level.
|
Modifier and Type | Method and Description |
---|---|
void |
TestDriverContext.setCompilerOptimizeLevel(CompilerConfiguration.OptimizeLevel newValue)
Sets the compiler optimization level.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration.OptimizeLevel |
CompilerConfiguration.getOptimizeLevel()
Returns the optimize level.
|
static CompilerConfiguration.OptimizeLevel |
CompilerConfiguration.OptimizeLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerConfiguration.OptimizeLevel[] |
CompilerConfiguration.OptimizeLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration |
CompilerConfiguration.withOptimizeLevel(CompilerConfiguration.OptimizeLevel newValue)
Sets the optimization level.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration.OptimizeLevel |
BasicCompilerConfiguration.getOptimizeLevel() |
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration |
BasicCompilerConfiguration.withOptimizeLevel(CompilerConfiguration.OptimizeLevel newValue) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.