Interface CBTypeParameterType
- All Known Implementing Classes:
CBTypeParameter
public interface CBTypeParameterType
A type parameter.
-
Method Details
-
index
int index()- Returns:
- The index of this type parameter on the owning type (starting from 0)
-
name
String name()- Returns:
- The name of the type parameter
-
owner
CBTypeDeclarationType owner()- Returns:
- The type declaration parameterized by this parameter
-
documentation
-