solveGenericType

Default to no generics available in this context, delegating solving to the parent context. Contexts which have generics available to it will override this method. For example class and method declarations, and method calls.

Return

The resolved generic type, if found.

Parameters

name

For example, solving T within class Foo<T> {} or