Uses of Class
org.eclipse.jdt.internal.core.dom.rewrite.LineInformation

Packages that use LineInformation
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of LineInformation in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite that return LineInformation
static LineInformation LineInformation.create(IDocument doc)
           
 

Constructors in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type LineInformation
ASTRewriteAnalyzer(char[] content, LineInformation lineInfo, java.lang.String lineDelim, TextEdit rootEdit, RewriteEventStore eventStore, NodeInfoStore nodeInfos, java.util.List comments, java.util.Map options, TargetSourceRangeComputer extendedSourceRangeComputer, RecoveryScannerData recoveryScannerData)
          Constructor for ASTRewriteAnalyzer.