|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMember
An JMember
defines functionality common to nodes, which
can be members of types.
JType
,
JMethod
,
JField
,
JInitializer
Method Summary | |
---|---|
java.lang.String |
getComment()
Returns the comment associated with this member (including comment delimiters). |
void |
setComment(java.lang.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, setName |
Method Detail |
---|
java.lang.String getComment()
null
if this member has no associated
commentvoid setComment(java.lang.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-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |