| 程序包 | 说明 |
|---|---|
| net.hasor.dataql.compiler.qil |
指令序列模型。
|
| net.hasor.dataql.runtime |
DataQL,执行运行时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
InstructionInfo
QL 指令
|
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction[][] |
InstQueue.buildArrays() |
Instruction |
QIL.instOf(int address,
int index)
获取指令
|
Instruction[] |
QIL.iqlArrays(int address)
获取方法指令序列的迭代器
|
| 构造器和说明 |
|---|
QIL(Instruction[][] queueSet,
Map<String,Integer> compilerVar) |
| 限定符和类型 | 方法和说明 |
|---|---|
Instruction |
InstSequence.currentInst()
当前指令
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
InstFilter.isExit(Instruction inst)
测试该指令是否作为圈定的结束位置。
|
Copyright © 2020. All rights reserved.