org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Interface ASTRewriteAnalyzer.IASTRewriteAnalyzerFactory

Enclosing class:
ASTRewriteAnalyzer

public static interface ASTRewriteAnalyzer.IASTRewriteAnalyzerFactory


Method Summary
 ASTVisitor getASTRewriteAnalyzer(char[] content2, LineInformation lineInfo2, java.lang.String lineDelim, TextEdit result, RewriteEventStore eventStore2, NodeInfoStore nodeStore, java.util.List comments, java.util.Map options, TargetSourceRangeComputer xsrComputer, RecoveryScannerData recoveryScannerData)
           
 

Method Detail

getASTRewriteAnalyzer

ASTVisitor getASTRewriteAnalyzer(char[] content2,
                                 LineInformation lineInfo2,
                                 java.lang.String lineDelim,
                                 TextEdit result,
                                 RewriteEventStore eventStore2,
                                 NodeInfoStore nodeStore,
                                 java.util.List comments,
                                 java.util.Map options,
                                 TargetSourceRangeComputer xsrComputer,
                                 RecoveryScannerData recoveryScannerData)