自己手动写Java虚拟机-第6章 类和对象

Kelvin
1
2
3
func (self *Class) IsPublic() bool {
return 0 != self.accessFlags&ACC_PUBLIC
}
  • Title: 自己手动写Java虚拟机-第6章 类和对象
  • Author: Kelvin
  • Created at: 2023-01-29 00:00:00
  • Updated at: 2023-05-11 21:41:45
  • Link: https://yanwc.com/2023/01/29/2023-01-29-jvmgo-ch06/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
自己手动写Java虚拟机-第6章 类和对象