Interface OrExpression
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,org.eclipse.xtext.xbase.XExpression
- All Known Implementing Classes:
OrExpressionImpl
public interface OrExpression extends org.eclipse.xtext.xbase.XExpressionA representation of the model object 'Or Expression'.The following features are supported:
- See Also:
XsemanticsPackage.getOrExpression()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression>getBranches()Returns the value of the 'Branches' containment reference list.
-
-
-
Method Detail
-
getBranches
org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.XExpression> getBranches()
Returns the value of the 'Branches' containment reference list. The list contents are of typeXExpression.- Returns:
- the value of the 'Branches' containment reference list.
- See Also:
XsemanticsPackage.getOrExpression_Branches()
-
-