Skip to content

Commit 14f5925

Browse files
author
hailong.sha
committed
Update 类文件结构.md
1 parent abec92e commit 14f5925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/jvm/类文件结构.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public class Employee {
183183
method_info methods[methods_count];//一个类可以有个多个方法
184184
```
185185

186-
methods_count 表示方法的数量,而 method_info 表示的方法表
186+
methods_count 表示方法的数量,而 method_info 表示方法表
187187

188188
Class 文件存储格式中对方法的描述与对字段的描述几乎采用了完全一致的方式。方法表的结构如同字段表一样,依次包括了访问标志、名称索引、描述符索引、属性表集合几项。
189189

0 commit comments

Comments
 (0)