public interface XMemberFeatureCall extends XAbstractFeatureCall
The following features are supported:
XbasePackage.getXMemberFeatureCall()| Modifier and Type | Method and Description | 
|---|---|
org.eclipse.emf.common.util.EList<XExpression> | 
getMemberCallArguments()
Returns the value of the 'Member Call Arguments' containment reference list. 
 | 
XExpression | 
getMemberCallTarget()
Returns the value of the 'Member Call Target' containment reference 
 | 
boolean | 
isExplicitOperationCall()
Returns the value of the 'Explicit Operation Call' attribute 
 | 
boolean | 
isExplicitStatic()
Returns the value of the 'Explicit Static' attribute 
 | 
boolean | 
isNullSafe()
Returns the value of the 'Null Safe' attribute 
 | 
boolean | 
isPackageFragment()
Returns the value of the 'Package Fragment' attribute 
 | 
boolean | 
isStaticWithDeclaringType()
Returns the value of the 'Static With Declaring Type' attribute 
 | 
boolean | 
isTypeLiteral()
Returns the value of the 'Type Literal' attribute 
 | 
void | 
setExplicitOperationCall(boolean value)
Sets the value of the ' 
Explicit Operation Call' attribute | 
void | 
setExplicitStatic(boolean value)
Sets the value of the ' 
Explicit Static' attribute | 
void | 
setMemberCallTarget(XExpression value)
Sets the value of the ' 
Member Call Target' containment reference | 
void | 
setNullSafe(boolean value)
Sets the value of the ' 
Null Safe' attribute | 
void | 
setPackageFragment(boolean value)
Sets the value of the ' 
Package Fragment' attribute | 
void | 
setStaticWithDeclaringType(boolean value)
Sets the value of the ' 
Static With Declaring Type' attribute | 
void | 
setTypeLiteral(boolean value)
Sets the value of the ' 
Type Literal' attribute | 
getActualArguments, getActualReceiver, getConcreteSyntaxFeatureName, getExplicitArguments, getFeature, getImplicitFirstArgument, getImplicitReceiver, getInvalidFeatureIssueCode, getTypeArguments, isExplicitOperationCallOrBuilderSyntax, isExtension, isStatic, isValidFeature, setFeature, setImplicitFirstArgument, setImplicitReceiver, setInvalidFeatureIssueCodeXExpression getMemberCallTarget()
If the meaning of the 'Member Call Target' containment reference isn't clear, there really should be more of a description here...
setMemberCallTarget(XExpression), 
XbasePackage.getXMemberFeatureCall_MemberCallTarget()void setMemberCallTarget(XExpression value)
Member Call Target' containment reference.
 
 value - the new value of the 'Member Call Target' containment reference.getMemberCallTarget()org.eclipse.emf.common.util.EList<XExpression> getMemberCallArguments()
XExpression.
 
 If the meaning of the 'Member Call Arguments' containment reference list isn't clear, there really should be more of a description here...
XbasePackage.getXMemberFeatureCall_MemberCallArguments()boolean isExplicitOperationCall()
If the meaning of the 'Explicit Operation Call' attribute isn't clear, there really should be more of a description here...
setExplicitOperationCall(boolean), 
XbasePackage.getXMemberFeatureCall_ExplicitOperationCall()void setExplicitOperationCall(boolean value)
Explicit Operation Call' attribute.
 
 value - the new value of the 'Explicit Operation Call' attribute.isExplicitOperationCall()boolean isExplicitStatic()
If the meaning of the 'Explicit Static' attribute isn't clear, there really should be more of a description here...
setExplicitStatic(boolean), 
XbasePackage.getXMemberFeatureCall_ExplicitStatic()void setExplicitStatic(boolean value)
Explicit Static' attribute.
 
 value - the new value of the 'Explicit Static' attribute.isExplicitStatic()boolean isNullSafe()
If the meaning of the 'Null Safe' attribute isn't clear, there really should be more of a description here...
setNullSafe(boolean), 
XbasePackage.getXMemberFeatureCall_NullSafe()void setNullSafe(boolean value)
Null Safe' attribute.
 
 value - the new value of the 'Null Safe' attribute.isNullSafe()boolean isTypeLiteral()
If the meaning of the 'Type Literal' attribute isn't clear, there really should be more of a description here...
isTypeLiteral in interface XAbstractFeatureCallsetTypeLiteral(boolean), 
XbasePackage.getXMemberFeatureCall_TypeLiteral()void setTypeLiteral(boolean value)
Type Literal' attribute.
 
 value - the new value of the 'Type Literal' attribute.isTypeLiteral()boolean isStaticWithDeclaringType()
If the meaning of the 'Static With Declaring Type' attribute isn't clear, there really should be more of a description here...
setStaticWithDeclaringType(boolean), 
XbasePackage.getXMemberFeatureCall_StaticWithDeclaringType()void setStaticWithDeclaringType(boolean value)
Static With Declaring Type' attribute.
 
 value - the new value of the 'Static With Declaring Type' attribute.isStaticWithDeclaringType()boolean isPackageFragment()
If the meaning of the 'Package Fragment' attribute isn't clear, there really should be more of a description here...
isPackageFragment in interface XAbstractFeatureCallsetPackageFragment(boolean), 
XbasePackage.getXMemberFeatureCall_PackageFragment()void setPackageFragment(boolean value)
Package Fragment' attribute.
 
 value - the new value of the 'Package Fragment' attribute.isPackageFragment()