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
|
GlbUtil |
A class used to determine the greatest lower bounds for a set of AnnotatedTypeMirrors.
|
TypeArgInferenceUtil |
Miscellaneous utilities to help in type argument inference.
|