@FunctionalInterface
public interface ParserThisExp_I
Description: 解析this表达式
Title:首亨软件 - 聚天平台
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
parserThisValue(ModuleContext context,
java.lang.String thisExpStr)
解析当前对象的this表达式
|
java.lang.String parserThisValue(ModuleContext context, java.lang.String thisExpStr)
context
- 上下文thisExpStr
- 表达式,如:[this.col],则此值为col