Interface LiteralExpressionVisitor

All Known Implementing Classes:
DefaultLiteralExpressionVisitor

public interface LiteralExpressionVisitor
Acts as a delegate to visiting the LiteralExpression. The intended usage of this interface is to call the visit method from the ExpressionVisitor.visitLiteral(LiteralExpression, EdmLiteral)
  • Method Summary

    Modifier and Type
    Method
    Description
    visit(org.apache.olingo.odata2.api.uri.expression.LiteralExpression expression, org.apache.olingo.odata2.api.edm.EdmLiteral literal)
    Visit the LiteralExpression
  • Method Details

    • visit

      Object visit(org.apache.olingo.odata2.api.uri.expression.LiteralExpression expression, org.apache.olingo.odata2.api.edm.EdmLiteral literal)
      Visit the LiteralExpression
      Parameters:
      expression - Literal expression
      literal - Literal value
      Returns:
      The result from this visit method