public static enum JsStackEmulator.StackMode extends Enum<JsStackEmulator.StackMode>
Modifier and Type | Method and Description |
---|---|
static JsStackEmulator.StackMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsStackEmulator.StackMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsStackEmulator.StackMode STRIP
public static final JsStackEmulator.StackMode NATIVE
public static final JsStackEmulator.StackMode EMULATED
public static JsStackEmulator.StackMode[] values()
for (JsStackEmulator.StackMode c : JsStackEmulator.StackMode.values()) System.out.println(c);
public static JsStackEmulator.StackMode 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 nullCopyright © 2018. All rights reserved.