protected static enum BytecodeParser.ExceptionEdgeAction extends Enum<BytecodeParser.ExceptionEdgeAction>
| Enum Constant and Description |
|---|
INCLUDE_AND_DEOPTIMIZE |
INCLUDE_AND_HANDLE |
OMIT |
| Modifier and Type | Method and Description |
|---|---|
static BytecodeParser.ExceptionEdgeAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeParser.ExceptionEdgeAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BytecodeParser.ExceptionEdgeAction OMIT
public static final BytecodeParser.ExceptionEdgeAction INCLUDE_AND_HANDLE
public static final BytecodeParser.ExceptionEdgeAction INCLUDE_AND_DEOPTIMIZE
public static BytecodeParser.ExceptionEdgeAction[] values()
public static BytecodeParser.ExceptionEdgeAction 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