org.eclipse.xtext
Interface CharacterRange

All Superinterfaces:
AbstractElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CharacterRangeImpl

public interface CharacterRange
extends AbstractElement

A representation of the model object 'Character Range'.

The following features are supported:

See Also:
XtextPackage.getCharacterRange()
EMF generated code
EMF model element

Method Summary
 Keyword getLeft()
          Returns the value of the 'Left' containment reference
 Keyword getRight()
          Returns the value of the 'Right' containment reference
 void setLeft(Keyword value)
          Sets the value of the 'Left' containment reference
 void setRight(Keyword value)
          Sets the value of the 'Right' containment reference
 
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isPredicated, setCardinality, setPredicated
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLeft

Keyword getLeft()
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...

Returns:
the value of the 'Left' containment reference.
See Also:
setLeft(Keyword), XtextPackage.getCharacterRange_Left()
EMF generated code
EMF model element
containment="true"

setLeft

void setLeft(Keyword value)
Sets the value of the 'Left' containment reference.

Parameters:
value - the new value of the 'Left' containment reference.
See Also:
getLeft()
EMF generated code

getRight

Keyword getRight()
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...

Returns:
the value of the 'Right' containment reference.
See Also:
setRight(Keyword), XtextPackage.getCharacterRange_Right()
EMF generated code
EMF model element
containment="true"

setRight

void setRight(Keyword value)
Sets the value of the 'Right' containment reference.

Parameters:
value - the new value of the 'Right' containment reference.
See Also:
getRight()
EMF generated code