| Package | Description |
|---|---|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Branch.Condition.Bool |
static class |
Branch.Condition.Nil |
static class |
Branch.Condition.NumLoopEnd |
| Modifier and Type | Method and Description |
|---|---|
Branch.Condition |
Branch.condition() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeBuilder.addBranch(Branch.Condition cond,
Label dest) |
| Constructor and Description |
|---|
Branch(Branch.Condition condition,
Label branch,
Label next) |
Copyright © 2016–2017. All rights reserved.