All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xtext.xbase.XMemberFeatureCall Maven / Gradle / Ivy

/**
 * Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 */
package org.eclipse.xtext.xbase;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'XMember Feature Call'.
 * 
 *
 * 
 * @since 2.7
 * @noextend This interface is not intended to be extended by clients.
 * @noimplement This interface is not intended to be implemented by clients.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#getMemberCallTarget Member Call Target}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#getMemberCallArguments Member Call Arguments}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#isExplicitOperationCall Explicit Operation Call}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#isExplicitStatic Explicit Static}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#isNullSafe Null Safe}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#isTypeLiteral Type Literal}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#isStaticWithDeclaringType Static With Declaring Type}
  • *
  • {@link org.eclipse.xtext.xbase.XMemberFeatureCall#isPackageFragment Package Fragment}
  • *
* * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall() * @model * @generated */ public interface XMemberFeatureCall extends XAbstractFeatureCall { /** * Returns the value of the 'Member Call Target' containment reference. * *

* If the meaning of the 'Member Call Target' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Member Call Target' containment reference. * @see #setMemberCallTarget(XExpression) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_MemberCallTarget() * @model containment="true" * @generated */ XExpression getMemberCallTarget(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#getMemberCallTarget Member Call Target}' containment reference. * * * @param value the new value of the 'Member Call Target' containment reference. * @see #getMemberCallTarget() * @generated */ void setMemberCallTarget(XExpression value); /** * Returns the value of the 'Member Call Arguments' containment reference list. * The list contents are of type {@link org.eclipse.xtext.xbase.XExpression}. * *

* If the meaning of the 'Member Call Arguments' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Member Call Arguments' containment reference list. * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_MemberCallArguments() * @model containment="true" * @generated */ EList getMemberCallArguments(); /** * Returns the value of the 'Explicit Operation Call' attribute. * *

* If the meaning of the 'Explicit Operation Call' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Explicit Operation Call' attribute. * @see #setExplicitOperationCall(boolean) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_ExplicitOperationCall() * @model * @generated */ boolean isExplicitOperationCall(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#isExplicitOperationCall Explicit Operation Call}' attribute. * * * @param value the new value of the 'Explicit Operation Call' attribute. * @see #isExplicitOperationCall() * @generated */ void setExplicitOperationCall(boolean value); /** * Returns the value of the 'Explicit Static' attribute. * *

* If the meaning of the 'Explicit Static' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Explicit Static' attribute. * @see #setExplicitStatic(boolean) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_ExplicitStatic() * @model * @generated */ boolean isExplicitStatic(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#isExplicitStatic Explicit Static}' attribute. * * * @param value the new value of the 'Explicit Static' attribute. * @see #isExplicitStatic() * @generated */ void setExplicitStatic(boolean value); /** * Returns the value of the 'Null Safe' attribute. * *

* If the meaning of the 'Null Safe' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Null Safe' attribute. * @see #setNullSafe(boolean) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_NullSafe() * @model * @generated */ boolean isNullSafe(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#isNullSafe Null Safe}' attribute. * * * @param value the new value of the 'Null Safe' attribute. * @see #isNullSafe() * @generated */ void setNullSafe(boolean value); /** * Returns the value of the 'Type Literal' attribute. * *

* If the meaning of the 'Type Literal' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Type Literal' attribute. * @see #setTypeLiteral(boolean) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_TypeLiteral() * @model transient="true" derived="true" * @generated */ boolean isTypeLiteral(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#isTypeLiteral Type Literal}' attribute. * * * @param value the new value of the 'Type Literal' attribute. * @see #isTypeLiteral() * @generated */ void setTypeLiteral(boolean value); /** * Returns the value of the 'Static With Declaring Type' attribute. * *

* If the meaning of the 'Static With Declaring Type' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Static With Declaring Type' attribute. * @see #setStaticWithDeclaringType(boolean) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_StaticWithDeclaringType() * @model transient="true" derived="true" * @generated */ boolean isStaticWithDeclaringType(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#isStaticWithDeclaringType Static With Declaring Type}' attribute. * * * @param value the new value of the 'Static With Declaring Type' attribute. * @see #isStaticWithDeclaringType() * @generated */ void setStaticWithDeclaringType(boolean value); /** * Returns the value of the 'Package Fragment' attribute. * *

* If the meaning of the 'Package Fragment' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Package Fragment' attribute. * @see #setPackageFragment(boolean) * @see org.eclipse.xtext.xbase.XbasePackage#getXMemberFeatureCall_PackageFragment() * @model transient="true" derived="true" * @generated */ boolean isPackageFragment(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XMemberFeatureCall#isPackageFragment Package Fragment}' attribute. * * * @param value the new value of the 'Package Fragment' attribute. * @see #isPackageFragment() * @generated */ void setPackageFragment(boolean value); } // XMemberFeatureCall




© 2015 - 2025 Weber Informatics LLC | Privacy Policy