| Package | Description |
|---|---|
| org.classdump.luna.parser |
Core classes of the Lua 5.3 parser.
|
| org.classdump.luna.parser.ast |
The abstract syntax tree (AST) representation of Lua programs.
|
| Modifier and Type | Method and Description |
|---|---|
org.classdump.luna.parser.SourceElement<Operator.Binary> |
Parser.BinOp() |
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperationExpr |
Exprs.binaryOperation(SourceInfo src,
Operator.Binary op,
Expr left,
Expr right) |
| Modifier and Type | Method and Description |
|---|---|
Operator.Binary |
BinaryOperationExpr.op() |
Operator.Binary |
Operator.Binary.swap() |
static Operator.Binary |
Operator.Binary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Binary[] |
Operator.Binary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryOperationExpr(Attributes attr,
Operator.Binary op,
Expr left,
Expr right) |
Copyright © 2016–2017. All rights reserved.