public static enum Invoke.InlineControl extends Enum<Invoke.InlineControl>
| Enum Constant and Description |
|---|
BytecodesOnly |
Never |
Normal |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowInlining() |
boolean |
allowSubstitution() |
static Invoke.InlineControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invoke.InlineControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Invoke.InlineControl Normal
public static final Invoke.InlineControl BytecodesOnly
public static final Invoke.InlineControl Never
public static Invoke.InlineControl[] values()
public static Invoke.InlineControl 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 nullpublic boolean allowInlining()
public boolean allowSubstitution()