public interface Comment extends ASTNode
The following features are supported:
JavaPackage.getComment()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Returns the value of the 'Content' attribute.
|
boolean |
isEnclosedByParent()
Returns the value of the 'Enclosed By Parent' attribute.
|
boolean |
isPrefixOfParent()
Returns the value of the 'Prefix Of Parent' attribute.
|
void |
setContent(java.lang.String value)
Sets the value of the '
Content' attribute. |
void |
setEnclosedByParent(boolean value)
Sets the value of the '
Enclosed By Parent' attribute. |
void |
setPrefixOfParent(boolean value)
Sets the value of the '
Prefix Of Parent' attribute. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitjava.lang.String getContent()
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(String),
JavaPackage.getComment_Content()void setContent(java.lang.String value)
Content' attribute.
value - the new value of the 'Content' attribute.getContent()boolean isEnclosedByParent()
If the meaning of the 'Enclosed By Parent' attribute isn't clear, there really should be more of a description here...
setEnclosedByParent(boolean),
JavaPackage.getComment_EnclosedByParent()void setEnclosedByParent(boolean value)
Enclosed By Parent' attribute.
value - the new value of the 'Enclosed By Parent' attribute.isEnclosedByParent()boolean isPrefixOfParent()
If the meaning of the 'Prefix Of Parent' attribute isn't clear, there really should be more of a description here...
setPrefixOfParent(boolean),
JavaPackage.getComment_PrefixOfParent()void setPrefixOfParent(boolean value)
Prefix Of Parent' attribute.
value - the new value of the 'Prefix Of Parent' attribute.isPrefixOfParent()