public static enum JSTags.ControlFlowRootTag.Type extends Enum<JSTags.ControlFlowRootTag.Type>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
AsyncFunction |
Conditional |
DoWhileIteration |
ExceptionHandler |
ForAwaitOfIteration |
ForInIteration |
ForIteration |
ForOfIteration |
WhileIteration |
| Modifier and Type | Method and Description |
|---|---|
static JSTags.ControlFlowRootTag.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTags.ControlFlowRootTag.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSTags.ControlFlowRootTag.Type Conditional
public static final JSTags.ControlFlowRootTag.Type ExceptionHandler
public static final JSTags.ControlFlowRootTag.Type ForOfIteration
public static final JSTags.ControlFlowRootTag.Type ForAwaitOfIteration
public static final JSTags.ControlFlowRootTag.Type ForInIteration
public static final JSTags.ControlFlowRootTag.Type ForIteration
public static final JSTags.ControlFlowRootTag.Type DoWhileIteration
public static final JSTags.ControlFlowRootTag.Type WhileIteration
public static final JSTags.ControlFlowRootTag.Type AsyncFunction
public static JSTags.ControlFlowRootTag.Type[] values()
public static JSTags.ControlFlowRootTag.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