com.jeantessier.diff
Class MethodDifferences

java.lang.Object
  |
  +--com.jeantessier.diff.RemovableDifferences
        |
        +--com.jeantessier.diff.FeatureDifferences
              |
              +--com.jeantessier.diff.MethodDifferences
All Implemented Interfaces:
java.lang.Comparable, Differences

public class MethodDifferences
extends FeatureDifferences

Documents the difference, if any, for a given method. All behavior is handled by superclasses.


Method Summary
 void accept(Visitor visitor)
           
 
Methods inherited from class com.jeantessier.diff.FeatureDifferences
getNewFeature, getOldFeature, isInherited, setInherited, setNewFeature, setOldFeature
 
Methods inherited from class com.jeantessier.diff.RemovableDifferences
compareTo, getName, getNewDeclaration, getOldDeclaration, isEmpty, isModified, isNew, isRemoved, setNewDeclaration, setOldDeclaration, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

accept

public void accept(Visitor visitor)


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.