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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)