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