|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.compiler.object.IdlComment
This class contains all comments for an IDL definition. It manage comment extension as for example @exception and @return
Constructor Summary | |
---|---|
IdlComment()
Constructor |
Method Summary | |
---|---|
void |
add_description(java.lang.String description)
Add a comment description |
void |
add_section(IdlCommentSection section)
Add a new section to the section list |
java.lang.String |
get_description()
Return a comment description |
IdlCommentSection[] |
get_sections()
Return all comment sections |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdlComment()
Method Detail |
public void add_section(IdlCommentSection section)
public void add_description(java.lang.String description)
public java.lang.String get_description()
public IdlCommentSection[] get_sections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |