org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions
Interface NotExpression

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

public interface NotExpression
extends Expression

A representation of the model object 'Not Expression'.

The following features are supported:

See Also:
SimpleExpressionsPackage.getNotExpression()
EMF generated code
EMF model element

Method Summary
 Expression getExpression()
          Returns the value of the 'Expression' containment reference
 void setExpression(Expression value)
          Sets the value of the 'Expression' containment reference
 
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

getExpression

Expression getExpression()
Returns the value of the 'Expression' containment reference.

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

Returns:
the value of the 'Expression' containment reference.
See Also:
setExpression(Expression), SimpleExpressionsPackage.getNotExpression_Expression()
EMF generated code
EMF model element
containment="true"

setExpression

void setExpression(Expression value)
Sets the value of the 'Expression' containment reference.

Parameters:
value - the new value of the 'Expression' containment reference.
See Also:
getExpression()
EMF generated code