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
-
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 thePropertyExpression- Parameters:
expression- Property expressionname- Property nametype- Property type- Returns:
- The result from this visit method
-