Package org.spf4j.base.asm
Class Invocation
- java.lang.Object
-
- org.spf4j.base.asm.Invocation
-
public final class Invocation extends Object
- Author:
- zoly
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetCaleeClassName()intgetCaleeLine()StringgetCaleeMethodDesc()StringgetCaleeMethodName()StringgetCaleeSource()MethodgetInvokedMethod()Object[]getParameters()inthashCode()StringtoString()
-
-
-
Method Detail
-
getCaleeClassName
public String getCaleeClassName()
-
getCaleeMethodName
public String getCaleeMethodName()
-
getCaleeMethodDesc
public String getCaleeMethodDesc()
-
getCaleeSource
public String getCaleeSource()
-
getCaleeLine
public int getCaleeLine()
-
getInvokedMethod
public Method getInvokedMethod()
-
getParameters
public Object[] getParameters()
-
-