public final class CommentInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommentInfo.EndConnection |
static class |
CommentInfo.StartConnection |
| Modifier and Type | Field and Description |
|---|---|
String |
content |
CommentInfo.EndConnection |
end |
int |
endPos |
int |
pos |
int |
prevEndPos |
CommentInfo.StartConnection |
start |
| Constructor and Description |
|---|
CommentInfo(int prevEndPos,
int pos,
int endPos,
String content,
CommentInfo.StartConnection start,
CommentInfo.EndConnection end) |
public final int pos
public final int prevEndPos
public final String content
public final int endPos
public final CommentInfo.StartConnection start
public final CommentInfo.EndConnection end
public CommentInfo(int prevEndPos,
int pos,
int endPos,
String content,
CommentInfo.StartConnection start,
CommentInfo.EndConnection end)
Copyright © 2011-2015 The Project Lombok Authors, licensed under the MIT licence.