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

org.eclipse.xtext.xbase.XAssignment 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;


/**
 * 
 * A representation of the model object 'XAssignment'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.xbase.XAssignment#getAssignable Assignable}
  • *
  • {@link org.eclipse.xtext.xbase.XAssignment#getValue Value}
  • *
*

* * @see org.eclipse.xtext.xbase.XbasePackage#getXAssignment() * @model * @generated */ public interface XAssignment extends XAbstractFeatureCall { /** * Returns the value of the 'Assignable' containment reference. * *

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

* * @return the value of the 'Assignable' containment reference. * @see #setAssignable(XExpression) * @see org.eclipse.xtext.xbase.XbasePackage#getXAssignment_Assignable() * @model containment="true" * @generated */ XExpression getAssignable(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XAssignment#getAssignable Assignable}' containment reference. * * * @param value the new value of the 'Assignable' containment reference. * @see #getAssignable() * @generated */ void setAssignable(XExpression value); /** * Returns the value of the 'Value' containment reference. * *

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

* * @return the value of the 'Value' containment reference. * @see #setValue(XExpression) * @see org.eclipse.xtext.xbase.XbasePackage#getXAssignment_Value() * @model containment="true" * @generated */ XExpression getValue(); /** * Sets the value of the '{@link org.eclipse.xtext.xbase.XAssignment#getValue Value}' containment reference. * * * @param value the new value of the 'Value' containment reference. * @see #getValue() * @generated */ void setValue(XExpression value); } // XAssignment




© 2015 - 2025 Weber Informatics LLC | Privacy Policy