Uses of Class
org.acm.seguin.summary.ImportSummary

Packages that use ImportSummary
org.acm.seguin.metrics Contains code to gather metrics about the source code. 
org.acm.seguin.refactor Responsible for storing the software that performs the refactorings. 
org.acm.seguin.refactor.type Contains the type refactorings. 
org.acm.seguin.summary Stores the metadata for the source code. 
 

Uses of ImportSummary in org.acm.seguin.metrics
 

Methods in org.acm.seguin.metrics with parameters of type ImportSummary
 java.lang.Object GatherData.visit(ImportSummary node, java.lang.Object data)
          Visit a import summary.
 

Uses of ImportSummary in org.acm.seguin.refactor
 

Methods in org.acm.seguin.refactor with parameters of type ImportSummary
protected  RemoveImportTransform EliminatePackageImportVisitor.getRemoveImportTransform(ImportSummary node)
          Gets the Remove Imports transform
 

Uses of ImportSummary in org.acm.seguin.refactor.type
 

Methods in org.acm.seguin.refactor.type with parameters of type ImportSummary
protected abstract  RemoveImportTransform TypeChangeVisitor.getRemoveImportTransform(ImportSummary node)
          Gets the Remove Imports transform
protected  RemoveImportTransform MoveClassVisitor.getRemoveImportTransform(ImportSummary node)
          Gets the Remove Imports transform
protected  RemoveImportTransform RenameClassVisitor.getRemoveImportTransform(ImportSummary node)
          Gets the Remove Imports transform
 java.lang.Object TypeChangeVisitor.visit(ImportSummary node, java.lang.Object data)
          Visit a import summary.
 

Uses of ImportSummary in org.acm.seguin.summary
 

Methods in org.acm.seguin.summary with parameters of type ImportSummary
protected  void FileSummary.add(ImportSummary importSummary)
          Add an import summary
 java.lang.Object SummaryVisitor.visit(ImportSummary node, java.lang.Object data)
          Visit a import summary.
 java.lang.Object PrintVisitor.visit(ImportSummary node, java.lang.Object data)
          Visit a import summary.
 java.lang.Object TraversalVisitor.visit(ImportSummary node, java.lang.Object data)
          Visit a import summary.