Class LineInformation
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LineInformationcreate(CompilationUnit astRoot) static LineInformationcreate(org.eclipse.jface.text.IDocument doc) abstract intgetLineOffset(int line) abstract intgetLineOfOffset(int offset)
-
Constructor Details
-
LineInformation
public LineInformation()
-
-
Method Details
-
create
-
create
-
getLineOfOffset
public abstract int getLineOfOffset(int offset) -
getLineOffset
public abstract int getLineOffset(int line)
-