| 程序包 | 说明 |
|---|---|
| org.luaj.vm2.ast | |
| org.luaj.vm2.parser |
| 类和说明 |
|---|
| Block |
| Chunk |
| Exp |
| Exp.AnonFuncDef |
| Exp.BinopExp |
| Exp.Constant |
| Exp.FieldExp |
| Exp.FuncCall |
| Exp.IndexExp |
| Exp.MethodCall |
| Exp.NameExp |
| Exp.ParensExp |
| Exp.PrimaryExp |
| Exp.UnopExp |
| Exp.VarargsExp |
| Exp.VarExp |
| FuncArgs |
| FuncBody |
| FuncName |
| Name |
| NameScope |
| ParList |
| Stat |
| Stat.Assign |
| Stat.Break |
| Stat.FuncCallStat |
| Stat.FuncDef |
| Stat.GenericFor |
| Stat.Goto |
| Stat.IfThenElse |
| Stat.Label |
| Stat.LocalAssign |
| Stat.LocalFuncDef |
| Stat.NumericFor |
| Stat.RepeatUntil |
| Stat.Return |
| Stat.WhileDo |
| SyntaxElement
Base class for syntax elements of the parse tree that appear in source files.
|
| TableConstructor |
| TableField |
| Variable
Variable is created lua name scopes, and is a named, lua variable that
either refers to a lua local, global, or upvalue storage location.
|
| Visitor |
| 类和说明 |
|---|
| Block |
| Chunk |
| Exp |
| Exp.PrimaryExp |
| Exp.VarExp |
| FuncArgs |
| FuncBody |
| FuncName |
| Name |
| ParList |
| Stat |
| TableConstructor |
| TableField |
Copyright © 2020. All rights reserved.