Class TypeVariable
java.lang.Object
net.covers1624.coffeegrinder.type.AType
net.covers1624.coffeegrinder.type.ReferenceType
net.covers1624.coffeegrinder.type.TypeVariable
- Direct Known Subclasses:
BoundSet.InferenceVar,CapturedTypeVar,TypeParameter
Created by covers1624 on 22/12/21.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.covers1624.coffeegrinder.type.ReferenceType
getAllMethods, getDirectSuperTypes, getFunctionalInterfaceMethod, getLowerBound, getMethods, mentions, resolveField, resolveMethodMethods inherited from class net.covers1624.coffeegrinder.type.AType
getFullName, getName
-
Constructor Details
-
TypeVariable
public TypeVariable()
-
-
Method Details
-
getUpperBound
- Overrides:
getUpperBoundin classReferenceType
-
getSuperType
- Specified by:
getSuperTypein classReferenceType
-