public class QIL extends Object
| 构造器和说明 |
|---|
QIL(Instruction[][] queueSet,
Map<String,Integer> compilerVar) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Integer> |
getCompilerVar() |
Instruction |
instOf(int address,
int index)
获取指令
|
Instruction[] |
iqlArrays(int address)
获取方法指令序列的迭代器
|
int |
iqlPoolSize()
方法总数
|
int |
iqlSize(int address)
方法的指令序列长度
|
String |
toString() |
public QIL(Instruction[][] queueSet, Map<String,Integer> compilerVar)
public int iqlPoolSize()
public int iqlSize(int address)
public Instruction instOf(int address, int index)
public Instruction[] iqlArrays(int address)
Copyright © 2020. All rights reserved.