public class MethodCall extends Object
| Constructor and Description | 
|---|
| MethodCall(int callIndex,
          Exception callStack,
          Object[] callArgs)Public constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object[] | getCallArgs() | 
| int | getCallIndex()Get the call index. | 
| Exception | getCallStack() | 
public MethodCall(int callIndex,
                  Exception callStack,
                  Object[] callArgs)
callIndex - See getCallIndex().callStack - See getCallStack().callArgs - See getCallArgs().Copyright © 2020. All rights reserved.