| Interface | Description |
|---|---|
| TypesVisitor |
Visitor interface for
TypesWalker. |
| Class | Description |
|---|---|
| AssignabilityTypesVisitor |
Compare if one type could be assigned to another (casted).
|
| ComparatorTypesVisitor |
Check if one type is more specific.
|
| CompatibilityTypesVisitor |
Checks if types hierarchies are compatible (one could be casted to another).
|
| TypesWalker |
Deep types analysis utility.
|