public class TestOption extends Object
| Constructor and Description |
|---|
TestOption(CompileTarget.BackendType backendType,
boolean preferStackifier,
boolean exceptionsEnabled,
boolean minify) |
| Modifier and Type | Method and Description |
|---|---|
CompileTarget.BackendType |
getBackendType() |
boolean |
isExceptionsEnabled() |
boolean |
isMinify() |
boolean |
isPreferStackifier() |
String |
toDescription() |
String |
toFilePrefix() |
public TestOption(CompileTarget.BackendType backendType, boolean preferStackifier, boolean exceptionsEnabled, boolean minify)
public String toDescription()
public String toFilePrefix()
public CompileTarget.BackendType getBackendType()
public boolean isPreferStackifier()
public boolean isExceptionsEnabled()
public boolean isMinify()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.