| 类 | 说明 |
|---|---|
| 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 | |
| NameResolver |
Visitor that resolves names to scopes.
|
| 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 | |
| Str | |
| 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 |
Copyright © 2020. All rights reserved.