org.eclipse.xtext.AbstractNegatedToken Maven / Gradle / Ivy
/**
*
*
*
* $Id: AbstractNegatedToken.java,v 1.3 2010/04/06 14:10:17 sefftinge Exp $
*/
package org.eclipse.xtext;
/**
*
* A representation of the model object 'Abstract Negated Token'.
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.xtext.AbstractNegatedToken#getTerminal Terminal}
*
*
*
* @see org.eclipse.xtext.XtextPackage#getAbstractNegatedToken()
* @model
* @generated
*/
public interface AbstractNegatedToken extends AbstractElement {
/**
* 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...
*
*
* @return the value of the 'Terminal' containment reference.
* @see #setTerminal(AbstractElement)
* @see org.eclipse.xtext.XtextPackage#getAbstractNegatedToken_Terminal()
* @model containment="true"
* @generated
*/
AbstractElement getTerminal();
/**
* Sets the value of the '{@link org.eclipse.xtext.AbstractNegatedToken#getTerminal Terminal}' containment reference.
*
*
* @param value the new value of the 'Terminal' containment reference.
* @see #getTerminal()
* @generated
*/
void setTerminal(AbstractElement value);
} // AbstractNegatedToken
© 2015 - 2025 Weber Informatics LLC | Privacy Policy