org.milyn.reflect
Class MethodCall
java.lang.Object
org.milyn.reflect.MethodCall
public class MethodCall
- extends Object
Method call details.
- Author:
- tom.fennelly@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodCall
public MethodCall(int callIndex,
Exception callStack,
Object[] callArgs)
- Public constructor.
- Parameters:
callIndex - See getCallIndex().callStack - See getCallStack().callArgs - See getCallArgs().
getCallIndex
public int getCallIndex()
- Get the call index.
The call "index" is just
- Returns:
getCallStack
public Exception getCallStack()
getCallArgs
public Object[] getCallArgs()
Copyright © 2018. All rights reserved.