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