名字 位置 描述 示例
methodName root object 当前被调用的方法名 #root.methodName
method root object 当前被调用的方法 #root.method .name
target root object 当前被调用的目标对象 #root.method .name
targetClass root object 当前被调用的目标对象类 #root.target
args root object 当前被调用的方法的参数列表 #root.targetClass
caches object 当前方法调用使用的缓存列表 #root.args[0]
argument name evaluation context 方法参数的名字,可以直接#参数名,也可以使用#p0或#a0的形式,0代表参数的索引 #iban、#a0、#p0
result evaluation context 方法执行后的返回值 #result

相关文章:

  • 2022-12-23
  • 2021-06-21
  • 2021-09-10
  • 2022-01-21
  • 2021-07-17
  • 2022-02-10
  • 2022-02-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案