Interface CollectionPropertyExpression

All Superinterfaces:
Expression, PropertyExpression

public interface CollectionPropertyExpression extends PropertyExpression
Models a collection PropertyExpression.
  • Method Details

    • getLambdaFunctionExpression

      LambdaFunctionExpression getLambdaFunctionExpression()
      Gets the lambda function expression.
      Returns:
      the lambda function expression
    • getPropertyExpression

      PropertyExpression getPropertyExpression()
      Gets the property expression.
      Returns:
      the property expression