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