public class InstQueue extends Object
| 构造器和说明 |
|---|
InstQueue() |
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction[][] |
buildArrays() |
int |
getName() |
int |
inst(byte inst,
Object... param)
添加指令
|
Label |
labelDef() |
InstructionInfo |
lastInst()
最后加入的那条指令
|
InstQueue |
newMethodInst()
新函数指令集
|
String |
toString() |
public int getName()
public int inst(byte inst,
Object... param)
public InstructionInfo lastInst()
public InstQueue newMethodInst()
public Label labelDef()
public Instruction[][] buildArrays() throws CompilerException
Copyright © 2020. All rights reserved.