| 程序包 | 说明 |
|---|---|
| org.luaj.vm2.ast | |
| org.luaj.vm2.parser |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Exp.FieldExp |
static class |
Exp.FuncCall |
static class |
Exp.IndexExp |
static class |
Exp.MethodCall |
static class |
Exp.NameExp |
static class |
Exp.ParensExp |
static class |
Exp.VarExp |
| 限定符和类型 | 字段和说明 |
|---|---|
Exp.PrimaryExp |
Exp.FieldExp.lhs |
Exp.PrimaryExp |
Exp.IndexExp.lhs |
Exp.PrimaryExp |
Exp.FuncCall.lhs |
| 限定符和类型 | 方法和说明 |
|---|---|
static Exp.FieldExp |
Exp.fieldop(Exp.PrimaryExp lhs,
String name)
foo.bar
|
static Exp.FuncCall |
Exp.functionop(Exp.PrimaryExp lhs,
FuncArgs args)
foo(2,3)
|
static Exp.IndexExp |
Exp.indexop(Exp.PrimaryExp lhs,
Exp exp)
foo[exp]
|
static Exp.MethodCall |
Exp.methodop(Exp.PrimaryExp lhs,
String name,
FuncArgs args)
foo:bar(4,5)
|
| 构造器和说明 |
|---|
FieldExp(Exp.PrimaryExp lhs,
String name) |
FuncCall(Exp.PrimaryExp lhs,
FuncArgs args) |
IndexExp(Exp.PrimaryExp lhs,
Exp exp) |
MethodCall(Exp.PrimaryExp lhs,
String name,
FuncArgs args) |
| 限定符和类型 | 方法和说明 |
|---|---|
Exp.PrimaryExp |
LuaParser.PostfixOp(Exp.PrimaryExp lhs) |
Exp.PrimaryExp |
LuaParser.PrefixExp() |
Exp.PrimaryExp |
LuaParser.PrimaryExp() |
| 限定符和类型 | 方法和说明 |
|---|---|
Exp.PrimaryExp |
LuaParser.PostfixOp(Exp.PrimaryExp lhs) |
Copyright © 2020. All rights reserved.