com.jeantessier.diff
Class DocumentableDifferences
java.lang.Object
|
+--com.jeantessier.diff.DecoratorDifferences
|
+--com.jeantessier.diff.DocumentableDifferences
- All Implemented Interfaces:
- Differences
- public class DocumentableDifferences
- 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 |
NewDocumentation
public boolean NewDocumentation()
NewDocumentation
public void NewDocumentation(boolean new_documentation)
RemovedDocumentation
public boolean RemovedDocumentation()
RemovedDocumentation
public void RemovedDocumentation(boolean removed_documentation)
IsEmpty
public boolean IsEmpty()
Accept
public void Accept(Visitor visitor)