public interface Comment extends PreprocessorElement
The following features are supported:
GASTMPackage.getComment()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody()
Returns the value of the 'Body' attribute.
|
void |
setBody(java.lang.String value)
Sets the value of the '
Body' attribute. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfojava.lang.String getBody()
If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...
setBody(String),
GASTMPackage.getComment_Body()