| 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 |
UpVar |
class |
Var |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractVar> |
Closure.args() |
| Constructor and Description |
|---|
Closure(Val dest,
FunctionId id,
List<AbstractVar> args) |
Copyright © 2016–2017. All rights reserved.