public class CommentInfo extends LeafInfo
| Constructor and Description |
|---|
CommentInfo(HiddenLeafs container,
ILeafNode node,
int newLines,
boolean trailing) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endsWithNewLine() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isMultiline() |
boolean |
isTrailing() |
java.lang.String |
toString() |
getContainer, getNewLines, getNodepublic CommentInfo(HiddenLeafs container, ILeafNode node, int newLines, boolean trailing)