static enum StackedTryBlocks.TryBlock.State extends java.lang.Enum<StackedTryBlocks.TryBlock.State>
Modifier and Type | Method and Description |
---|---|
static StackedTryBlocks.TryBlock.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StackedTryBlocks.TryBlock.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StackedTryBlocks.TryBlock.State BEFORE
public static final StackedTryBlocks.TryBlock.State IN_TRY
public static final StackedTryBlocks.TryBlock.State IN_CATCH
public static final StackedTryBlocks.TryBlock.State AFTER
public static StackedTryBlocks.TryBlock.State[] values()
for (StackedTryBlocks.TryBlock.State c : StackedTryBlocks.TryBlock.State.values()) System.out.println(c);
public static StackedTryBlocks.TryBlock.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.