Class TypeParameter
java.lang.Object
net.covers1624.coffeegrinder.type.AType
net.covers1624.coffeegrinder.type.ReferenceType
net.covers1624.coffeegrinder.type.TypeVariable
net.covers1624.coffeegrinder.type.TypeParameter
- Direct Known Subclasses:
AsmTypeParameter
Created by covers1624 on 25/4/22.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondebug(ITypePrinter printer) intgetIndex()getName()getOwner()Methods inherited from class net.covers1624.coffeegrinder.type.TypeVariable
getSuperType, getUpperBoundMethods inherited from class net.covers1624.coffeegrinder.type.ReferenceType
getAllMethods, getDirectSuperTypes, getFunctionalInterfaceMethod, getLowerBound, getMethods, mentions, resolveField, resolveMethod
-
Constructor Details
-
TypeParameter
-
-
Method Details
-
getName
-
getIndex
public int getIndex() -
getOwner
-
toIdentifierString
- Specified by:
toIdentifierStringin classAType- Returns:
- A simple non-recursive 'identifier' for this type
-
debug
-