Class WildcardType
java.lang.Object
net.covers1624.coffeegrinder.type.AType
net.covers1624.coffeegrinder.type.ReferenceType
net.covers1624.coffeegrinder.type.WildcardType
Created by covers1624 on 22/12/21.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWildcardType(ReferenceType upperBound, ReferenceType lowerBound) -
Method Summary
Modifier and TypeMethodDescriptionstatic WildcardTypecreateExtends(ReferenceType upperBound) static WildcardTypecreateSuper(ReferenceType lowerBound) booleangetName()inthashCode()booleanbooleanisSuper()booleanmentions(ReferenceType type) toString()Methods inherited from class net.covers1624.coffeegrinder.type.ReferenceType
getAllMethods, getDirectSuperTypes, getFunctionalInterfaceMethod, getMethods, resolveField, resolveMethod
-
Field Details
-
upperBound
-
-
Constructor Details
-
WildcardType
-
-
Method Details
-
getUpperBound
- Overrides:
getUpperBoundin classReferenceType
-
getLowerBound
- Overrides:
getLowerBoundin classReferenceType
-
getSuperType
- Specified by:
getSuperTypein classReferenceType
-
isSuper
public boolean isSuper() -
isInfinite
public boolean isInfinite() -
createExtends
-
createSuper
-
getName
-
getFullName
- Overrides:
getFullNamein classAType
-
toString
-
mentions
- Overrides:
mentionsin classReferenceType
-
equals
-
hashCode
public int hashCode()
-