|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Comment
A representation of the model object 'Comment'.
The following features are supported:
JavaPackage.getComment()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode |
---|
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit |
Method Detail |
---|
java.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |