We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zxh0,你好!请教一下, 1) invokespecial.go中Execute为什么不用考虑resolvedMethod是private的情况? 2) if resolvedMethod.IsProtected() && 这句话中,是不是将后面的判断语句用一个新的if语句会更有利于阅读 https://github.com/zxh0/jvmgo-book/blob/master/v1/code/go/src/jvmgo/ch07/instructions/references/invokespecial.go
The text was updated successfully, but these errors were encountered:
是不是因为private的情况在编译器已经被过滤掉了
Sorry, something went wrong.
不是看你的书,还真没意识到 protected是包内可见的,谢谢!
No branches or pull requests
zxh0,你好!请教一下,
1) invokespecial.go中Execute为什么不用考虑resolvedMethod是private的情况?
2) if resolvedMethod.IsProtected() && 这句话中,是不是将后面的判断语句用一个新的if语句会更有利于阅读
https://github.com/zxh0/jvmgo-book/blob/master/v1/code/go/src/jvmgo/ch07/instructions/references/invokespecial.go
The text was updated successfully, but these errors were encountered: