public final class Invocation extends Object
Constructor and Description |
---|
Invocation(String cName,
String mName,
String mDesc,
Object[] parameters,
String src,
int ln,
Method invokedMethod) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCaleeClassName() |
int |
getCaleeLine() |
String |
getCaleeMethodDesc() |
String |
getCaleeMethodName() |
String |
getCaleeSource() |
Method |
getInvokedMethod() |
Object[] |
getParameters() |
int |
hashCode() |
String |
toString() |
public String getCaleeClassName()
public String getCaleeMethodName()
public String getCaleeMethodDesc()
public String getCaleeSource()
public int getCaleeLine()
public Method getInvokedMethod()
public Object[] getParameters()
Copyright © 2018 SPF4J. All rights reserved.