JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
cn.longky.common.reflection
Interface KMethodInvocation
public interface
KMethodInvocation
Since:
1.0
Author:
yingzhan
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
[]
getArguments
()
Method
getMethod
()
Object
getThis
()
Object
proceed
()
Method Details
proceed
Object
proceed
() throws
Throwable
Throws:
Throwable
getArguments
Object
[]
getArguments
()
getMethod
Method
getMethod
()
getThis
Object
getThis
()