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