All Superinterfaces:
Expression, VisitableExpression

public interface Method extends Expression
Represents a method expression in the expression tree
  • Method Details

    • getMethod

      MethodKind getMethod()
      Returns:
      The used method
      See Also:
    • getParameters

      List<Expression> getParameters()
      Returns:
      The list of expression tree which form the actual method parameters