public static enum IInvokeInstruction.Dispatch extends java.lang.Enum<IInvokeInstruction.Dispatch> implements IInvokeInstruction.IDispatch
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasImplicitThis() |
static IInvokeInstruction.Dispatch |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IInvokeInstruction.Dispatch[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IInvokeInstruction.Dispatch VIRTUAL
public static final IInvokeInstruction.Dispatch SPECIAL
public static final IInvokeInstruction.Dispatch INTERFACE
public static final IInvokeInstruction.Dispatch STATIC
public static IInvokeInstruction.Dispatch[] values()
for (IInvokeInstruction.Dispatch c : IInvokeInstruction.Dispatch.values()) System.out.println(c);
public static IInvokeInstruction.Dispatch 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 nullpublic boolean hasImplicitThis()
hasImplicitThis in interface IInvokeInstruction.IDispatch