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

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

There is a newer version: 2.4.3
Show newest version
/**
 * 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;

import org.eclipse.xtext.common.types.JvmDeclaredType;

/**
 * 
 * A representation of the model object 'XFeature Call'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.xbase.XFeatureCall#getFeatureCallArguments Feature Call Arguments}
  • *
  • {@link org.eclipse.xtext.xbase.XFeatureCall#isExplicitOperationCall Explicit Operation Call}
  • *
  • {@link org.eclipse.xtext.xbase.XFeatureCall#getDeclaringType Declaring Type}
  • *
*

* * @see org.eclipse.xtext.xbase.XbasePackage#getXFeatureCall() * @model * @generated */ public interface XFeatureCall extends XAbstractFeatureCall { /** * Returns the value of the 'Feature Call Arguments' containment reference list. * The list contents are of type {@link org.eclipse.xtext.xbase.XExpression}. * *

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

* * @return the value of the 'Feature Call Arguments' containment reference list. * @see org.eclipse.xtext.xbase.XbasePackage#getXFeatureCall_FeatureCallArguments() * @model containment="true" * @generated */ EList getFeatureCallArguments(); /** * 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#getXFeatureCall_ExplicitOperationCall() * @model * @generated */ boolean isExplicitOperationCall(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XFeatureCall#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 'Declaring Type' reference. * *

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

* * @return the value of the 'Declaring Type' reference. * @see #setDeclaringType(JvmDeclaredType) * @see org.eclipse.xtext.xbase.XbasePackage#getXFeatureCall_DeclaringType() * @model * @generated */ JvmDeclaredType getDeclaringType(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XFeatureCall#getDeclaringType Declaring Type}' reference. * * * @param value the new value of the 'Declaring Type' reference. * @see #getDeclaringType() * @generated */ void setDeclaringType(JvmDeclaredType value); } // XFeatureCall




© 2015 - 2025 Weber Informatics LLC | Privacy Policy