public static enum SnippetFrameStateAssignment.NodeStateAssignment extends Enum<SnippetFrameStateAssignment.NodeStateAssignment>
| Enum Constant and Description |
|---|
AFTER_BCI
The frame state after the snippet replacee.
|
AFTER_EXCEPTION_BCI
The frame state at the exception edge of the snippet replacee.
|
BEFORE_BCI
The frame state before the snippet replacee.
|
INVALID
An invalid state setup (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static SnippetFrameStateAssignment.NodeStateAssignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnippetFrameStateAssignment.NodeStateAssignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnippetFrameStateAssignment.NodeStateAssignment BEFORE_BCI
public static final SnippetFrameStateAssignment.NodeStateAssignment AFTER_BCI
public static final SnippetFrameStateAssignment.NodeStateAssignment AFTER_EXCEPTION_BCI
public static final SnippetFrameStateAssignment.NodeStateAssignment INVALID
public static SnippetFrameStateAssignment.NodeStateAssignment[] values()
public static SnippetFrameStateAssignment.NodeStateAssignment 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