|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for nodes with comments.
All node types that can have comments attached implement this interface.
| Method Summary | |
Comment[] |
getComment()
Get all Comment children in an array. |
Comment |
getComment(int i)
Get one of the comments attached to this node. |
int |
getCommentCount()
Count the comments attached to this node. |
| Method Detail |
public int getCommentCount()
public Comment getComment(int i)
index - The index of the comment.public Comment[] getComment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||