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

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

public abstract class LineInformation
extends java.lang.Object


Constructor Summary
LineInformation()
           
 
Method Summary
static LineInformation create(IDocument doc)
           
abstract  int getLineOffset(int line)
           
abstract  int getLineOfOffset(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineInformation

public LineInformation()
Method Detail

create

public static LineInformation create(IDocument doc)

getLineOfOffset

public abstract int getLineOfOffset(int offset)

getLineOffset

public abstract int getLineOffset(int line)