| 程序包 | 说明 |
|---|---|
| space.yizhu.record.template.stat | |
| space.yizhu.record.template.stat.ast |
| 限定符和类型 | 方法和说明 |
|---|---|
StatList |
Parser.parse()
parse.
|
| 构造器和说明 |
|---|
Case(ExprList exprList,
StatList statList,
Location location)
Constructor for Case.
|
Default(StatList statList)
Constructor for Default.
|
Define(String functionName,
ExprList exprList,
StatList statList,
Location location)
Constructor for Define.
|
Else(StatList statList)
Constructor for Else.
|
ElseIf(ExprList cond,
StatList statList,
Location location)
Constructor for ElseIf.
|
For(ForCtrl forCtrl,
StatList statList,
Stat _else)
Constructor for For.
|
If(ExprList cond,
StatList statList,
Location location)
Constructor for If.
|
Copyright © 2023. All rights reserved.