类 MethodReference

java.lang.Object
cn.taketoday.expression.spel.ast.SpelNodeImpl
cn.taketoday.expression.spel.ast.MethodReference
所有已实现的接口:
Opcodes, SpelNode

public class MethodReference extends SpelNodeImpl
Expression language AST node that represents a method reference.
从以下版本开始:
4.0
作者:
Andy Clement, Juergen Hoeller
  • 构造器详细资料

    • MethodReference

      public MethodReference(boolean nullSafe, String methodName, int startPos, int endPos, SpelNodeImpl... arguments)
  • 方法详细资料