public class CommentLine extends Object
| Constructor and Description | 
|---|
| CommentLine(CommentEvent event) | 
| CommentLine(Mark startMark,
           Mark endMark,
           String value,
           CommentType commentType) | 
| Modifier and Type | Method and Description | 
|---|---|
| CommentType | getCommentType() | 
| Mark | getEndMark() | 
| Mark | getStartMark() | 
| String | getValue()Value of this comment. | 
| String | toString() | 
public CommentLine(CommentEvent event)
public CommentLine(Mark startMark, Mark endMark, String value, CommentType commentType)
Copyright © 2008–2021. All rights reserved.