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

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

public interface Alternatives
extends RuleElement

A representation of the model object 'Alternatives'.

The following features are supported:

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

Method Summary
 org.eclipse.emf.common.util.EList<RuleElement> getGroups()
          Returns the value of the 'Groups' containment reference list.
 
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

getGroups

org.eclipse.emf.common.util.EList<RuleElement> getGroups()
Returns the value of the 'Groups' containment reference list. The list contents are of type RuleElement.

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

Returns:
the value of the 'Groups' containment reference list.
See Also:
SimpleAntlrPackage.getAlternatives_Groups()
EMF generated code
EMF model element
containment="true"