org.eclipse.xtext
Interface TerminalRule

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

public interface TerminalRule
extends AbstractRule

A representation of the model object 'Terminal Rule'.

The following features are supported:

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

Method Summary
 boolean isFragment()
          Returns the value of the 'Fragment' attribute.
 void setFragment(boolean value)
          Sets the value of the 'Fragment' attribute.
 
Methods inherited from interface org.eclipse.xtext.AbstractRule
getAlternatives, getName, getType, setAlternatives, setName, setType
 
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

isFragment

boolean isFragment()
Returns the value of the 'Fragment' attribute.

If the meaning of the 'Fragment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Fragment' attribute.
See Also:
setFragment(boolean), XtextPackage.getTerminalRule_Fragment()
EMF generated code
EMF model element

setFragment

void setFragment(boolean value)
Sets the value of the 'Fragment' attribute.

Parameters:
value - the new value of the 'Fragment' attribute.
See Also:
isFragment()
EMF generated code