0
点赞
收藏
分享

微信扫一扫

Java反编译的几个疑点

王老师说 2023-05-29 阅读 53


Variable this$0 refers to outer class instance containing inner class instance.

this.val$param are interpretation of accessing final local variables from nonstatic inner classes.

注意理解两篇文章里的例子。
http://stackoverflow.com/questions/6749374/java-decompiled-code-meaning http://java.decompiler.free.fr/?q=node/383

举报

相关推荐

0 条评论