| Interface | Description |
|---|---|
| TypeArgumentInference |
Instances of TypeArgumentInference are used to infer the types of method type arguments
when no explicit arguments are provided.
|
| Class | Description |
|---|---|
| DefaultTypeArgumentInference |
An implementation of TypeArgumentInference that mostly follows the process outlined in JLS7
See JLS §5.12.2.7
Note, there are some deviations JLS 7 for the following cases:
a.) Places where the JLS is vague.
|
| GlbUtil |
A class used to determine the greatest lower bounds for a set of AnnotatedTypeMirrors.
|
| TypeArgInferenceUtil |
Miscellaneous utilities to help in type argument inference.
|