-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
class.forname("test") with example code:
DecodedMethodInvocationOp dmio = (DecodedMethodInvocationOp) frame.decodedOp;
MethodParams methodParams = DecodedMethodInvocationOp.resolveParameters(frame);
MethodParam[] params = methodParams.merge();
System.out.println("method '" + dmio.getName() + "' has been called with the following arguments: " + java.util.Arrays.toString(params));
params return null;
Metadata
Metadata
Assignees
Labels
No labels