Interface MethodExpression

  • All Superinterfaces:
    CommonExpression, Visitable

    public interface MethodExpression
    extends CommonExpression
    Represents a method expression in the expression tree

    A method expression node is inserted in the expression tree for any valid OData method operator in MethodOperator (e.g. for "substringof", "concat", "year", ... )

    • Method Detail

      • getParameterCount

        int getParameterCount()
        Returns:
        Returns the number of provided method parameters