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

org.eclipse.xtext.CharacterRange Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
/**
 * 
 * 
 *
 * $Id: CharacterRange.java,v 1.3 2010/04/06 14:10:15 sefftinge Exp $
 */
package org.eclipse.xtext;


/**
 * 
 * A representation of the model object 'Character Range'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.eclipse.xtext.CharacterRange#getLeft Left}
  • *
  • {@link org.eclipse.xtext.CharacterRange#getRight Right}
  • *
*

* * @see org.eclipse.xtext.XtextPackage#getCharacterRange() * @model * @generated */ public interface CharacterRange extends AbstractElement { /** * Returns the value of the 'Left' containment reference. * *

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

* * @return the value of the 'Left' containment reference. * @see #setLeft(Keyword) * @see org.eclipse.xtext.XtextPackage#getCharacterRange_Left() * @model containment="true" * @generated */ Keyword getLeft(); /** * Sets the value of the '{@link org.eclipse.xtext.CharacterRange#getLeft Left}' containment reference. * * * @param value the new value of the 'Left' containment reference. * @see #getLeft() * @generated */ void setLeft(Keyword value); /** * Returns the value of the 'Right' containment reference. * *

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

* * @return the value of the 'Right' containment reference. * @see #setRight(Keyword) * @see org.eclipse.xtext.XtextPackage#getCharacterRange_Right() * @model containment="true" * @generated */ Keyword getRight(); /** * Sets the value of the '{@link org.eclipse.xtext.CharacterRange#getRight Right}' containment reference. * * * @param value the new value of the 'Right' containment reference. * @see #getRight() * @generated */ void setRight(Keyword value); } // CharacterRange




© 2015 - 2025 Weber Informatics LLC | Privacy Policy