| Package | Description |
|---|---|
| org.classdump.luna.compiler.ir |
The intermediate representation (IR) of Lua programs used by the compiler.
|
| Modifier and Type | Method and Description |
|---|---|
UnOp.Op |
UnOp.op() |
static UnOp.Op |
UnOp.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnOp.Op[] |
UnOp.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UnOp(UnOp.Op op,
Val dest,
Val arg) |
Copyright © 2016–2017. All rights reserved.