Class AnyType
java.lang.Object
net.covers1624.coffeegrinder.type.AType
net.covers1624.coffeegrinder.type.ReferenceType
net.covers1624.coffeegrinder.type.WildcardType
net.covers1624.coffeegrinder.type.AnyType
Created by covers1624 on 4/4/26.
-
Field Summary
Fields inherited from class net.covers1624.coffeegrinder.type.WildcardType
upperBound -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.covers1624.coffeegrinder.type.WildcardType
createExtends, createSuper, equals, getLowerBound, getSuperType, getUpperBound, hashCode, isInfinite, isSuper, mentionsMethods inherited from class net.covers1624.coffeegrinder.type.ReferenceType
getAllMethods, getDirectSuperTypes, getFunctionalInterfaceMethod, getMethods, resolveField, resolveMethod
-
Constructor Details
-
AnyType
-
-
Method Details
-
toIdentifierString
- Overrides:
toIdentifierStringin classWildcardType- Returns:
- A simple non-recursive 'identifier' for this type
-