接口 ParserThisExp_I

所有已知实现类:
AiAgent, CanvasLayout, DefaultSelfComponentImpl, DsInfoStaticCol, DsInfoStructureTransferCol, DsInfoSummaryCol, ParserStringObject, SelfEChart2ThisParser, TreeDataSelfShowAreaInfo
函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface ParserThisExp_I

Description: 解析this表达式

Title:首亨软件 - 聚天平台

从以下版本开始:
2019年2月25日
  • 方法详细资料

    • parserThisValue

      String parserThisValue(ModuleContext context, String thisExpStr)
      解析当前对象的this表达式
      参数:
      context - 上下文
      thisExpStr - 表达式,如:[this.col],则此值为col
      返回:
      表达式值