Package 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()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisFragment()Returns the value of the 'Fragment' attribute.voidsetFragment(boolean value)Sets the value of the 'Fragment' attribute.-
Methods inherited from interface org.eclipse.xtext.AbstractRule
getAlternatives, getAnnotations, getName, getType, setAlternatives, setName, setType
-
-
-
-
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()- Model:
- Generated:
-
setFragment
void setFragment(boolean value)
Sets the value of the 'Fragment' attribute.- Parameters:
value- the new value of the 'Fragment' attribute.- See Also:
isFragment()- Generated:
-
-