| Package | Description |
|---|---|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| Modifier and Type | Method and Description |
|---|---|
VList |
TCall.args() |
VList |
Ret.args() |
VList |
Call.args() |
| Constructor and Description |
|---|
Call(MultiVal dest,
Val fn,
VList args) |
Ret(VList args) |
TCall(Val target,
VList args) |
Copyright © 2016–2017. All rights reserved.