Java反编译的几个疑点

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

你可能感兴趣的:(java)