Skip to content
AndroidAOP
ProceedReturn
English
中文
Initializing search
FlyJingFish/AndroidAOP
English
中文
AndroidAOP
FlyJingFish/AndroidAOP
English
English
Overview
Getting Started
Extension Library
@AndroidAopPointCut
@AndroidAopMatchClassMethod
@AndroidAopReplaceClass
@AndroidAopModifyExtendsClass
@AndroidAopCollectMethod
AOP-Code Helper
ProceedJoinPoint
ProceedReturn
Pointcut method return value
Suspend pointcut function
About obfuscation
Implications
AspectJ Migration Guide
FAQ
Tips
中文
中文
概述
入门
扩展库
@AndroidAopPointCut
@AndroidAopMatchClassMethod
@AndroidAopReplaceClass
@AndroidAopModifyExtendsClass
@AndroidAopCollectMethod
AOP 代码生成助手
ProceedJoinPoint
ProceedReturn
ProceedReturn
Table of contents
proceed()
切点方法返回值
Suspend 切点函数
关于混淆
切面启示
AspectJ 迁移指南
常见问题
打赏本库
Table of contents
proceed()
ProceedReturn
proceed()
¶
继续执行返回值代码块的代码,其返回值就是 suspend 函数真正的返回值,如需修改传入参数还是使用
ProceedJoinPoint
来修改
Back to top