| Package | Description |
|---|---|
| com.ibm.wala.shrikeBT |
| Modifier and Type | Method and Description |
|---|---|
static InvokeInstruction |
InvokeInstruction.make(String type,
String className,
String methodName,
IInvokeInstruction.Dispatch mode) |
static InvokeInstruction |
Util.makeInvoke(Class<?> c,
String name)
Make an Instruction which calls a method, given its name and Java Class.
|
static InvokeInstruction |
Util.makeInvoke(Class<?> c,
String name,
Class<?>[] paramTypes)
Make an Instruction which calls a method, given its name, Java Class, and a list of parameter classes to use for overload
resolution.
|
Copyright © 2019. All rights reserved.