public class MemberExpressionImpl extends Object implements BinaryExpression, MemberExpression
| Constructor and Description |
|---|
MemberExpressionImpl(CommonExpression path,
CommonExpression property) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ExpressionVisitor visitor) |
EdmType |
getEdmType() |
ExpressionKind |
getKind() |
CommonExpression |
getLeftOperand() |
BinaryOperator |
getOperator() |
CommonExpression |
getPath() |
CommonExpression |
getProperty() |
CommonExpression |
getRightOperand() |
String |
getUriLiteral() |
CommonExpression |
setEdmType(EdmType edmType) |
public MemberExpressionImpl(CommonExpression path, CommonExpression property)
public CommonExpression getPath()
getPath in interface MemberExpressionpublic CommonExpression getProperty()
getProperty in interface MemberExpressionpublic EdmType getEdmType()
getEdmType in interface CommonExpressionpublic CommonExpression setEdmType(EdmType edmType)
setEdmType in interface CommonExpressionpublic BinaryOperator getOperator()
getOperator in interface BinaryExpressionpublic ExpressionKind getKind()
getKind in interface CommonExpressionpublic String getUriLiteral()
getUriLiteral in interface CommonExpressionpublic Object accept(ExpressionVisitor visitor) throws ExceptionVisitExpression, ODataApplicationException
accept in interface VisitableExceptionVisitExpressionODataApplicationExceptionpublic CommonExpression getLeftOperand()
getLeftOperand in interface BinaryExpressionpublic CommonExpression getRightOperand()
getRightOperand in interface BinaryExpressionCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.