|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An JMember
defines functionality common to nodes, which
can be members of types.
JType
,
JMethod
,
JField
,
JInitializer
Method Summary | |
String |
getComment()
Returns the comment associated with this member (including comment delimiters). |
void |
setComment(String comment)
Sets the comment associated with this member. |
Methods inherited from interface org.eclipse.emf.codegen.merge.java.facade.JNode |
getChildren, getContents, getFlags, getName, getParent, getQualifiedName, setFlags |
Method Detail |
public String getComment()
null
if this member has no associated
commentpublic void setComment(String comment)
null
comment indicates no comment.
comment
- the comment, including comment delimiters, or
null
indicating this member should have no associated comment
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |