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

Packages that use VariableSummary
org.acm.seguin.metrics Contains code to gather metrics about the source code. 
org.acm.seguin.refactor.field Contains refactorings that apply to fields. 
org.acm.seguin.refactor.method Responsible for method refactorings. 
org.acm.seguin.refactor.type Contains the type refactorings. 
org.acm.seguin.summary Stores the metadata for the source code. 
org.acm.seguin.summary.query   
org.acm.seguin.uml.refactor Contains the user interface compontents, controllers and dialog boxes, that allow a programmer to specify parameters for the refactorings. 
 

Uses of VariableSummary in org.acm.seguin.metrics
 

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

Uses of VariableSummary in org.acm.seguin.refactor.field
 

Methods in org.acm.seguin.refactor.field with parameters of type VariableSummary
 java.lang.Object RenameSystemTraversal.visit(VariableSummary node, java.lang.Object data)
          Visit a variable summary.
 

Uses of VariableSummary in org.acm.seguin.refactor.method
 

Methods in org.acm.seguin.refactor.method that return VariableSummary
 VariableSummary[] ExtractMethodRefactoring.getParameters()
          Gets the Parameters attribute of the ExtractMethodRefactoring object
 

Methods in org.acm.seguin.refactor.method with parameters of type VariableSummary
 java.lang.Object RenameSystemTraversal.visit(VariableSummary node, java.lang.Object data)
          Visit a variable summary.
 

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

Methods in org.acm.seguin.refactor.type with parameters of type VariableSummary
 java.lang.Object TypeChangeVisitor.visit(VariableSummary node, java.lang.Object data)
          Visit a variable summary.
 

Uses of VariableSummary in org.acm.seguin.summary
 

Subclasses of VariableSummary in org.acm.seguin.summary
 class FieldSummary
          Stores information about a field
 class LocalVariableSummary
          Stores information about the formal parameter
 class ParameterSummary
          Stores information about the formal parameter
 

Methods in org.acm.seguin.summary with parameters of type VariableSummary
 java.lang.Object PrintVisitor.visit(VariableSummary node, java.lang.Object data)
          Visit a variable summary.
 java.lang.Object TraversalVisitor.visit(VariableSummary node, java.lang.Object data)
          Visit a variable summary.
 java.lang.Object SummaryVisitor.visit(VariableSummary node, java.lang.Object data)
          Visit a variable summary.
 

Uses of VariableSummary in org.acm.seguin.summary.query
 

Methods in org.acm.seguin.summary.query that return VariableSummary
static VariableSummary LookupVariable.getLocal(MethodSummary method, java.lang.String name)
          Looks up the variable inside the method
static VariableSummary LookupVariable.query(MethodSummary method, java.lang.String name)
          Looks up the variable
static VariableSummary LookupVariable.queryFieldSummary(TypeSummary currentType, java.lang.String name)
          Get a field summary
 

Uses of VariableSummary in org.acm.seguin.uml.refactor
 

Methods in org.acm.seguin.uml.refactor with parameters of type VariableSummary
 java.lang.String HungarianNamer.getDefaultName(VariableSummary initVariable, java.lang.String prefix)
          Sets the suggested name of this parameter