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| 限定符和类型 | 字段和说明 |
|---|---|
Block |
elseblock |
List<Block> |
elseifblocks |
List<Exp> |
elseifexps |
Block |
ifblock |
Exp |
ifexp |
beginColumn, beginLine, endColumn, endLine| 构造器和说明 |
|---|
IfThenElse(Exp ifexp,
Block ifblock,
List<Exp> elseifexps,
List<Block> elseifblocks,
Block elseblock) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(Visitor visitor) |
assignment, block, breakstat, forgeneric, fornumeric, functioncall, functiondef, gotostat, ifthenelse, labelstat, localassignment, localfunctiondef, repeatuntil, returnstat, whiledoCopyright © 2020. All rights reserved.