Class IntersectionType
java.lang.Object
net.covers1624.coffeegrinder.type.AType
net.covers1624.coffeegrinder.type.ReferenceType
net.covers1624.coffeegrinder.type.IntersectionType
Created by covers1624 on 23/7/21.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntersectionType(@Nullable ReferenceType baseType, List<ClassType> interfaces) -
Method Summary
Modifier and TypeMethodDescriptionbooleannet.covers1624.quack.collection.FastStream<ReferenceType> getName()inthashCode()booleanmentions(ReferenceType type) toString()Methods inherited from class net.covers1624.coffeegrinder.type.ReferenceType
getAllMethods, getFunctionalInterfaceMethod, getLowerBound, getMethods, getUpperBound, resolveField, resolveMethod
-
Field Details
-
baseType
-
-
Constructor Details
-
IntersectionType
-
-
Method Details
-
getName
-
getFullName
- Overrides:
getFullNamein classAType
-
toString
-
getSuperType
- Specified by:
getSuperTypein classReferenceType
-
getInterfaces
-
getDirectSuperTypes
- Overrides:
getDirectSuperTypesin classReferenceType
-
mentions
- Overrides:
mentionsin classReferenceType
-
equals
-
hashCode
public int hashCode()
-