docs: 更新 LocalVariableStore 类的注释
This commit is contained in:
parent
80deaa9c4f
commit
1486a1e3a5
@ -42,8 +42,8 @@ public class LocalVariableStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------
|
/* ------------------------------------------------------------
|
||||||
* 兼容早期实现: VM 指令译码器可直接调用 store / load
|
* Backward compatibility: VM instruction decoder can directly call
|
||||||
* 而无需关心内部命名差异。
|
* store / load methods without caring about internal naming differences.
|
||||||
* ------------------------------------------------------------ */
|
* ------------------------------------------------------------ */
|
||||||
public void store(int index, Object value) {
|
public void store(int index, Object value) {
|
||||||
setVariable(index, value);
|
setVariable(index, value);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user