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