Lombok - v0.11.2

lombok.javac
Class CommentInfo

java.lang.Object
  extended by lombok.javac.CommentInfo

public final class CommentInfo
extends Object


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

pos

public final int pos

prevEndPos

public final int prevEndPos

content

public final String content

endPos

public final int endPos

start

public final CommentInfo.StartConnection start

end

public final CommentInfo.EndConnection end
Constructor Detail

CommentInfo

public CommentInfo(int prevEndPos,
                   int pos,
                   int endPos,
                   String content,
                   CommentInfo.StartConnection start,
                   CommentInfo.EndConnection end)
Method Detail

isJavadoc

public boolean isJavadoc()

toString

public String toString()
Overrides:
toString in class Object

Lombok - v0.11.2

Copyright © 2011 The Project Lombok Authors, licensed under the MIT licence.