com.jeantessier.diff
Class DeprecatableDifferences

java.lang.Object
  |
  +--com.jeantessier.diff.DecoratorDifferences
        |
        +--com.jeantessier.diff.DeprecatableDifferences
All Implemented Interfaces:
Differences

public class DeprecatableDifferences
extends DecoratorDifferences

Documents the difference, if any, for a given programming element that can be deprecated through the use of javadoc tags.


Method Summary
 void Accept(Visitor visitor)
           
 boolean IsEmpty()
           
 boolean NewDeprecation()
           
 void NewDeprecation(boolean new_deprecation)
           
 boolean RemovedDeprecation()
           
 void RemovedDeprecation(boolean removed_deprecation)
           
 
Methods inherited from class com.jeantessier.diff.DecoratorDifferences
Component, LeafComponent, Name, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

NewDeprecation

public boolean NewDeprecation()

NewDeprecation

public void NewDeprecation(boolean new_deprecation)

RemovedDeprecation

public boolean RemovedDeprecation()

RemovedDeprecation

public void RemovedDeprecation(boolean removed_deprecation)

IsEmpty

public boolean IsEmpty()

Accept

public void Accept(Visitor visitor)