org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Class LineCommentEndOffsets

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets

public class LineCommentEndOffsets
extends java.lang.Object


Constructor Summary
LineCommentEndOffsets(java.util.List commentList)
           
 
Method Summary
 boolean isEndOfLineComment(int offset)
           
 boolean isEndOfLineComment(int offset, char[] content)
           
 boolean remove(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineCommentEndOffsets

public LineCommentEndOffsets(java.util.List commentList)
Method Detail

isEndOfLineComment

public boolean isEndOfLineComment(int offset)

isEndOfLineComment

public boolean isEndOfLineComment(int offset,
                                  char[] content)

remove

public boolean remove(int offset)