| Package | Description |
|---|---|
| org.classdump.luna.compiler |
Core compiler classes.
|
| Modifier and Type | Field and Description |
|---|---|
static CompilerSettings.CPUAccountingMode |
CompilerSettings.DEFAULT_CPU_ACCOUNTING_MODE
The default CPU accounting mode.
|
| Modifier and Type | Method and Description |
|---|---|
CompilerSettings.CPUAccountingMode |
CompilerSettings.cpuAccountingMode()
Returns the CPU accounting mode.
|
static CompilerSettings.CPUAccountingMode |
CompilerSettings.CPUAccountingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerSettings.CPUAccountingMode[] |
CompilerSettings.CPUAccountingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CompilerSettings |
CompilerSettings.of(CompilerSettings.CPUAccountingMode cpuAccountingMode,
boolean constFolding,
boolean constCaching,
boolean byteStrings,
int nodeSizeLimit)
Returns the compiler settings with the given parameters.
|
CompilerSettings |
CompilerSettings.withCPUAccountingMode(CompilerSettings.CPUAccountingMode mode)
Returns compiler settings derived from this compiler settings by updating
the CPU accounting mode to
mode. |
Copyright © 2016–2017. All rights reserved.