public static enum LocalVarIncNode.Op extends Enum<LocalVarIncNode.Op>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Field and Description |
|---|---|
com.oracle.truffle.js.nodes.access.LocalVarIncNode.LocalVarOp |
op |
| Modifier and Type | Method and Description |
|---|---|
static LocalVarIncNode.Op |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalVarIncNode.Op[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalVarIncNode.Op Inc
public static final LocalVarIncNode.Op Dec
public static LocalVarIncNode.Op[] values()
public static LocalVarIncNode.Op 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