Interface PropertyExpressionVisitor

All Known Implementing Classes:
DefaultPropertyExpressionVisitor

public interface PropertyExpressionVisitor
Acts as a delegate to visiting the PropertyExpression. The intended usage of this interface is to call the visit method from the ExpressionVisitor.visitProperty(PropertyExpression, String, EdmTyped)
  • Method Summary

    Modifier and Type
    Method
    Description
    visit(org.apache.olingo.odata2.api.uri.expression.PropertyExpression expression, String name, org.apache.olingo.odata2.api.edm.EdmTyped type)
    Visit the PropertyExpression
  • Method Details

    • visit

      Object visit(org.apache.olingo.odata2.api.uri.expression.PropertyExpression expression, String name, org.apache.olingo.odata2.api.edm.EdmTyped type)
      Visit the PropertyExpression
      Parameters:
      expression - Property expression
      name - Property name
      type - Property type
      Returns:
      The result from this visit method