public class Comment extends Object
Constructor and Description |
---|
Comment(String content,
CommentType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getNumberOfBlankLines() |
int |
getNumberOfCommentedOutLinesOfCode() |
int |
getNumberOfLines() |
int |
hashCode() |
boolean |
isDocComment() |
boolean |
isHeaderComment() |
String |
toString() |
public Comment(String content, CommentType type) throws IOException
IOException
Copyright © 2002-2016 InfoEther. All Rights Reserved.