| AbstractInfo |
An abstract class representing information about a class, method or field.
|
| ClassInfo |
Information about a class file.
|
| ClassInfoVisitor |
A reusable class which uses the ASM to build up ClassInfo about a
java class file.
|
| DiffCriteria |
An interface for choosing which API differences are interesting.
|
| DiffException |
A wrapper exception classes for various exceptions that can happen
whilst performing a diff.
|
| DiffHandler |
An interface for classes which wish to receive information about
differences in class files between two different jar file version to
implement.
|
| FieldInfo |
Information about a field of a class.
|
| MethodInfo |
A class to hold information about a method.
|