Interface MethodExpression

All Superinterfaces:
Expression

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

    • getExpressions

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

      Returns the method type
      Returns:
      The type