public class CallDirective extends Directive
| 限定符和类型 | 字段和说明 |
|---|---|
protected Expr |
funcNameExpr |
protected boolean |
nullSafe |
protected ExprList |
paraExpr |
| 构造器和说明 |
|---|
CallDirective() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
exec(Env env,
Scope scope,
Writer writer) |
void |
setExprList(ExprList exprList)
指令被解析时注入指令参数表达式列表,继承类可以通过覆盖此方法对参数长度和参数类型进行校验
|
getLocation, hasEnd, setLocation, writeCopyright © 2024. All rights reserved.