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
-
Method Details
-
visit
Object visit(org.apache.olingo.odata2.api.uri.expression.LiteralExpression expression, org.apache.olingo.odata2.api.edm.EdmLiteral literal) Visit theLiteralExpression- Parameters:
expression- Literal expressionliteral- Literal value- Returns:
- The result from this visit method
-