public class CompilerArguments extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompilerArguments.CodeLocationEnum |
| 限定符和类型 | 字段和说明 |
|---|---|
static CompilerArguments |
DEBUG
调试模式:编译的结果比较大,埋入的信息较多。
|
static CompilerArguments |
DEFAULT
默认模式:一般性编译优化,不贵追求极致编译性能
|
static CompilerArguments |
FAST
快速模式:最小化编译结果,极致的运行性能为目标
|
| 构造器和说明 |
|---|
CompilerArguments() |
CompilerArguments(Set<String> varNames) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompilerArguments |
copyAsNew() |
CompilerArguments.CodeLocationEnum |
getCodeLocation() |
Set<String> |
getCompilerVar() |
void |
setCodeLocation(CompilerArguments.CodeLocationEnum codeLocation) |
public static final CompilerArguments DEBUG
public static final CompilerArguments DEFAULT
public static final CompilerArguments FAST
public CompilerArguments copyAsNew()
public CompilerArguments.CodeLocationEnum getCodeLocation()
public void setCodeLocation(CompilerArguments.CodeLocationEnum codeLocation)
Copyright © 2020. All rights reserved.