|
Lombok - v0.11.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlombok.javac.CommentInfo
public final class CommentInfo
| Nested Class Summary | |
|---|---|
static class |
CommentInfo.EndConnection
|
static class |
CommentInfo.StartConnection
|
| Field Summary | |
|---|---|
String |
content
|
CommentInfo.EndConnection |
end
|
int |
endPos
|
int |
pos
|
int |
prevEndPos
|
CommentInfo.StartConnection |
start
|
| Constructor Summary | |
|---|---|
CommentInfo(int prevEndPos,
int pos,
int endPos,
String content,
CommentInfo.StartConnection start,
CommentInfo.EndConnection end)
|
|
| Method Summary | |
|---|---|
boolean |
isJavadoc()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public CommentInfo(int prevEndPos,
int pos,
int endPos,
String content,
CommentInfo.StartConnection start,
CommentInfo.EndConnection end)
| Method Detail |
|---|
public boolean isJavadoc()
public String toString()
toString in class Object
|
Lombok - v0.11.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||