/**
*
* The following features are supported: *
* If the meaning of the 'Body' attribute isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Body' attribute. * @see #setBody(String) * @see fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.VhdlamsPackage#getExpression_Body() * @model * @generated */ String getBody(); /** * Sets the value of the '{@link fr.femtost.disc.eclipse.vhdlamsmetamodel.vhdlams.Expression#getBody Body}' attribute. * * * @param value the new value of the 'Body' attribute. * @see #getBody() * @generated */ void setBody(String value); } // Expression