Package org.eclipse.xtext
Interface AbstractNegatedToken
-
- All Superinterfaces:
AbstractElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
NegatedToken,UntilToken
- All Known Implementing Classes:
AbstractNegatedTokenImpl,NegatedTokenImpl,UntilTokenImpl
public interface AbstractNegatedToken extends AbstractElement
A representation of the model object 'Abstract Negated Token'.The following features are supported:
- See Also:
XtextPackage.getAbstractNegatedToken()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractElementgetTerminal()Returns the value of the 'Terminal' containment reference.voidsetTerminal(AbstractElement value)Sets the value of the 'Terminal' containment reference.-
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicated
-
-
-
-
Method Detail
-
getTerminal
AbstractElement getTerminal()
Returns the value of the 'Terminal' containment reference.If the meaning of the 'Terminal' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Terminal' containment reference.
- See Also:
setTerminal(AbstractElement),XtextPackage.getAbstractNegatedToken_Terminal()- Model:
- containment="true"
- Generated:
-
setTerminal
void setTerminal(AbstractElement value)
Sets the value of the 'Terminal' containment reference.- Parameters:
value- the new value of the 'Terminal' containment reference.- See Also:
getTerminal()- Generated:
-
-