| Package | Description |
|---|---|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Branch |
class |
Jmp |
class |
Ret |
class |
TCall |
class |
ToNext |
| Modifier and Type | Method and Description |
|---|---|
BlockTermNode |
BasicBlock.end() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeBuilder.add(BlockTermNode node) |
| Constructor and Description |
|---|
BasicBlock(Label label,
List<BodyNode> body,
BlockTermNode end) |
Copyright © 2016–2017. All rights reserved.