org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions
Interface OrExpression

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

public interface OrExpression
extends Expression

A representation of the model object 'Or Expression'.

The following features are supported:

See Also:
SimpleExpressionsPackage.getOrExpression()
EMF generated code
EMF model element

Method Summary
 Expression getLeft()
          Returns the value of the 'Left' containment reference.
 Expression getRight()
          Returns the value of the 'Right' containment reference.
 void setLeft(Expression value)
          Sets the value of the 'Left' containment reference.
 void setRight(Expression 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLeft

Expression 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(Expression), SimpleExpressionsPackage.getOrExpression_Left()
EMF generated code
EMF model element
containment="true"

setLeft

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

Expression 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(Expression), SimpleExpressionsPackage.getOrExpression_Right()
EMF generated code
EMF model element
containment="true"

setRight

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