Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
Packages that use LineInformation
-
Uses of LineInformation in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite that return LineInformationModifier and TypeMethodDescriptionstatic LineInformationLineInformation.create(CompilationUnit astRoot) static LineInformationLineInformation.create(org.eclipse.jface.text.IDocument doc) Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type LineInformationModifier and TypeMethodDescriptionstatic ASTVisitorASTRewriteAnalyzer.getAnalyzerVisitor(char[] content2, LineInformation lineInfo2, String lineDelim, org.eclipse.text.edits.TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, List comments, Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData) ASTRewriteAnalyzer.IASTRewriteAnalyzerFactory.getASTRewriteAnalyzer(char[] content2, LineInformation lineInfo2, String lineDelim, org.eclipse.text.edits.TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, List comments, Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData) Constructors in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type LineInformationModifierConstructorDescriptionASTRewriteAnalyzer(char[] content, LineInformation lineInfo, String lineDelim, org.eclipse.text.edits.TextEdit rootEdit, RewriteEventStore eventStore, NodeInfoStore nodeInfos, List comments, Map options, TargetSourceRangeComputer extendedSourceRangeComputer, RecoveryScannerData recoveryScannerData) Constructor for ASTRewriteAnalyzer.