Class MemberExpressionImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.expression.MemberExpressionImpl
- All Implemented Interfaces:
BinaryExpression,CommonExpression,MemberExpression,Visitable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) getKind()getPath()setEdmType(EdmType edmType)
-
Constructor Details
-
MemberExpressionImpl
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceMemberExpression
-
getProperty
- Specified by:
getPropertyin interfaceMemberExpression
-
getEdmType
- Specified by:
getEdmTypein interfaceCommonExpression
-
setEdmType
- Specified by:
setEdmTypein interfaceCommonExpression
-
getOperator
- Specified by:
getOperatorin interfaceBinaryExpression
-
getKind
- Specified by:
getKindin interfaceCommonExpression
-
getUriLiteral
- Specified by:
getUriLiteralin interfaceCommonExpression
-
accept
public Object accept(ExpressionVisitor visitor) throws ExceptionVisitExpression, ODataApplicationException - Specified by:
acceptin interfaceVisitable- Throws:
ExceptionVisitExpressionODataApplicationException
-
getLeftOperand
- Specified by:
getLeftOperandin interfaceBinaryExpression
-
getRightOperand
- Specified by:
getRightOperandin interfaceBinaryExpression
-