|
Class Summary |
| ClassCorrector |
ClassCorrector is the main part of solving problems related with hidden language elements
public class (interface) extends package local class (interface)
Sigtest should ignore base class and/or implemented interfaces
and move all visible base's members to the nearest visible SUBclass like Javadoc
do since version 1.5. |
| ClassHierarchyImpl |
|
| ClassSet |
|
| Erasurator |
Class Erasurator performs "Type erasure" (see JLS Third Edition, p. 4.6)
Type erasure is a mapping from types (possibly including parameterized types and
type variables) to types (that are never parameterized types or type variables). |
| MemberCollectionBuilder |
This class provides methods to findByName an load a class and to compile
a ClassDescription for it. |
| MemberCollectionBuilder.BuildMode |
|
| PackageGroup |
PackageGroup is intended to maintain a list of packages
names. |
| PrimitiveTypes |
|
| ThrowsNormalizer |
Normalize the throws list completely for 'src' mode |