public interface InvokedHandler
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
onException(MethodNode current,
MethodNode parent,
ExceptionNode exception,
Parameter[] names,
Object[] values)
return the results with the possible exception after invoking a method.
|
void |
onInvoked(MethodNode current,
MethodNode parent,
Parameter[] names,
Object[] values)
return the results after invoking a method.
|
void onInvoked(MethodNode current, MethodNode parent, Parameter[] names, Object[] values)
default void onException(MethodNode current, MethodNode parent, ExceptionNode exception, Parameter[] names, Object[] values)
Copyright © 2022. All rights reserved.