| 限定符和类型 | 方法和说明 |
|---|---|
void |
NameSpaceDirective.setExprList(ExprList exprList)
setExprList.
|
void |
ParaDirective.setExprList(ExprList exprList)
setExprList.
|
void |
SqlDirective.setExprList(ExprList exprList)
setExprList.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExprList |
Directive.exprList |
| 限定符和类型 | 方法和说明 |
|---|---|
Output |
EngineConfig.getOutputDirective(ExprList exprList,
Location location)
getOutputDirective.
|
void |
Directive.setExprList(ExprList exprList)
setExprList.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ExprList |
ExprParser.parseExprList()
parseExprList.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ExprList |
ExprList.NULL_EXPR_LIST
Constant
NULL_EXPR_LIST |
| 构造器和说明 |
|---|
ForCtrl(ExprList init,
Expr cond,
ExprList update,
Location location)
Constructor for ForCtrl.
|
Method(Expr expr,
String methodName,
ExprList exprList,
Location location)
Constructor for Method.
|
SharedMethod(SharedMethodKit sharedMethodKit,
String methodName,
ExprList exprList,
Location location)
Constructor for SharedMethod.
|
StaticMethod(String className,
String methodName,
ExprList exprList,
Location location)
Constructor for StaticMethod.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ExprList |
CallDirective.paraExpr |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CallDirective.setExprList(ExprList exprList)
setExprList.
|
void |
DateDirective.setExprList(ExprList exprList)
setExprList.
|
void |
NowDirective.setExprList(ExprList exprList)
setExprList.
|
void |
NumberDirective.setExprList(ExprList exprList)
setExprList.
|
void |
RenderDirective.setExprList(ExprList exprList)
setExprList.
|
void |
StringDirective.setExprList(ExprList exprList)
setExprList.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Output |
OutputDirectiveFactory.getOutputDirective(ExprList exprList,
Location location)
getOutputDirective.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Define.call(Env env,
Scope scope,
ExprList exprList,
Writer writer)
call.
|
void |
Stat.setExprList(ExprList exprList)
setExprList.
|
| 构造器和说明 |
|---|
Call(String funcName,
ExprList exprList,
boolean callIfDefined)
Constructor for Call.
|
Case(ExprList exprList,
StatList statList,
Location location)
Constructor for Case.
|
Define(String functionName,
ExprList exprList,
StatList statList,
Location location)
Constructor for Define.
|
ElseIf(ExprList cond,
StatList statList,
Location location)
Constructor for ElseIf.
|
If(ExprList cond,
StatList statList,
Location location)
Constructor for If.
|
Include(Env env,
ExprList exprList,
String parentFileName,
Location location)
Constructor for Include.
|
Output(ExprList exprList,
Location location)
Constructor for Output.
|
Set(ExprList exprList,
Location location)
Constructor for Set.
|
SetGlobal(ExprList exprList,
Location location)
Constructor for SetGlobal.
|
SetLocal(ExprList exprList,
Location location)
Constructor for SetLocal.
|
Switch(ExprList exprList,
Location location)
Constructor for Switch.
|
Copyright © 2023. All rights reserved.