public static enum CompileTarget.BackendType extends Enum<CompileTarget.BackendType>
| Modifier and Type | Method and Description |
|---|---|
abstract CompileBackend |
createBackend() |
static CompileTarget.BackendType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompileTarget.BackendType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompileTarget.BackendType js
public static final CompileTarget.BackendType wasm
public static final CompileTarget.BackendType wasm_llvm
public static CompileTarget.BackendType[] values()
for (CompileTarget.BackendType c : CompileTarget.BackendType.values()) System.out.println(c);
public static CompileTarget.BackendType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract CompileBackend createBackend()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.