org.eclipse.xtext.generator.parser.antlr.debug.simpleAntlr
Interface UntilElement

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

public interface UntilElement
extends RuleElement

A representation of the model object 'Until Element'.

The following features are supported:

See Also:
SimpleAntlrPackage.getUntilElement()
EMF generated code
EMF model element

Method Summary
 RuleElement getLeft()
          Returns the value of the 'Left' containment reference
 RuleElement getRight()
          Returns the value of the 'Right' containment reference
 void setLeft(RuleElement value)
          Sets the value of the 'Left' containment reference
 void setRight(RuleElement value)
          Sets the value of the 'Right' containment reference
 
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

RuleElement 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(RuleElement), SimpleAntlrPackage.getUntilElement_Left()
EMF generated code
EMF model element
containment="true"

setLeft

void setLeft(RuleElement 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

RuleElement 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(RuleElement), SimpleAntlrPackage.getUntilElement_Right()
EMF generated code
EMF model element
containment="true"

setRight

void setRight(RuleElement 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