Uses of Class
org.osjava.jardiff.MethodInfo

Uses of MethodInfo in org.osjava.jardiff
 

Methods in org.osjava.jardiff with parameters of type MethodInfo
 void DOMDiffHandler.methodRemoved(MethodInfo info)
          Write out info about a removed method.
 void DOMDiffHandler.methodAdded(MethodInfo info)
          Write out info about a added method.
 void DOMDiffHandler.methodChanged(MethodInfo oldInfo, MethodInfo newInfo)
          Write out info aboout a changed method.
protected  void DOMDiffHandler.writeMethodInfo(MethodInfo info)
          Write out information about a method.
 void SAXDiffHandler.methodRemoved(MethodInfo info)
          Write out info about a removed method.
 void SAXDiffHandler.methodAdded(MethodInfo info)
          Write out info about a added method.
 void SAXDiffHandler.methodChanged(MethodInfo oldInfo, MethodInfo newInfo)
          Write out info aboout a changed method.
protected  void SAXDiffHandler.writeMethodInfo(MethodInfo info)
          Write out information about a method.
 boolean SimpleDiffCriteria.validMethod(MethodInfo info)
          Check if a method is valid.
 boolean SimpleDiffCriteria.differs(MethodInfo oldInfo, MethodInfo newInfo)
          Check if there is a change between two versions of a method.
 boolean DiffCriteria.validMethod(MethodInfo methodinfo)
          Check if the method described by methodinfo is interesting.
 boolean DiffCriteria.differs(MethodInfo methodinfo, MethodInfo methodinfo_1_)
          Check if the differences between the method described by infoA and the method described by infoB are interesting.
 void DiffHandler.methodRemoved(MethodInfo methodinfo)
          The method was removed for the current class that has changed.
 void DiffHandler.methodAdded(MethodInfo methodinfo)
          The method was added for the current class that has changed.
 void DiffHandler.methodChanged(MethodInfo oldMethodInfo, MethodInfo newMethodInfo)
          A method on the current class has changed.
 



Copyright © 2005-2006 OSJava. All Rights Reserved.