public static enum JSTags.ControlFlowBranchTag.Type extends Enum<JSTags.ControlFlowBranchTag.Type>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
Await |
Break |
Condition |
Continue |
Return |
Throw |
| Modifier and Type | Method and Description |
|---|---|
static JSTags.ControlFlowBranchTag.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTags.ControlFlowBranchTag.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTags.ControlFlowBranchTag.Type Condition
public static final JSTags.ControlFlowBranchTag.Type Continue
public static final JSTags.ControlFlowBranchTag.Type Break
public static final JSTags.ControlFlowBranchTag.Type Throw
public static final JSTags.ControlFlowBranchTag.Type Return
public static final JSTags.ControlFlowBranchTag.Type Await
public static JSTags.ControlFlowBranchTag.Type[] values()
public static JSTags.ControlFlowBranchTag.Type 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 null