| 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.Unary> |
Parser.UnOp() |
| Modifier and Type | Method and Description |
|---|---|
static UnaryOperationExpr |
Exprs.unaryOperation(SourceInfo src,
Operator.Unary op,
Expr arg) |
| Modifier and Type | Method and Description |
|---|---|
Operator.Unary |
UnaryOperationExpr.op() |
static Operator.Unary |
Operator.Unary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator.Unary[] |
Operator.Unary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UnaryOperationExpr(Attributes attr,
Operator.Unary op,
Expr arg) |
Copyright © 2016–2017. All rights reserved.