public class CompilerArguments extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CompilerArguments.CodeLocationEnum |
Modifier and Type | Field and Description |
---|---|
static CompilerArguments |
DEBUG
调试模式:编译的结果比较大,埋入的信息较多。
|
static CompilerArguments |
DEFAULT
默认模式:一般性编译优化,不贵追求极致编译性能
|
static CompilerArguments |
FAST
快速模式:最小化编译结果,极致的运行性能为目标
|
Constructor and Description |
---|
CompilerArguments() |
CompilerArguments(Set<String> varNames) |
Modifier and Type | Method and Description |
---|---|
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.