public class IntersectionType extends ReferenceType
| Modifier and Type | Field and Description |
|---|---|
@Nullable ReferenceType |
baseType |
| Constructor and Description |
|---|
IntersectionType(@Nullable ReferenceType baseType,
java.util.List<ClassType> interfaces) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
net.covers1624.quack.collection.FastStream<ReferenceType> |
getDirectSuperTypes() |
java.lang.String |
getFullName() |
java.util.List<ClassType> |
getInterfaces() |
java.lang.String |
getName() |
ReferenceType |
getSuperType() |
int |
hashCode() |
boolean |
mentions(ReferenceType type) |
java.lang.String |
toString() |
getAllMethods, getFunctionalInterfaceMethod, getLowerBound, getMethods, getUpperBound, resolveField, resolveMethod@Nullable public final @Nullable ReferenceType baseType
public IntersectionType(@Nullable
@Nullable ReferenceType baseType,
java.util.List<ClassType> interfaces)
public java.lang.String getFullName()
getFullName in class ATypepublic java.lang.String toString()
toString in class java.lang.Objectpublic ReferenceType getSuperType()
getSuperType in class ReferenceTypepublic java.util.List<ClassType> getInterfaces()
public net.covers1624.quack.collection.FastStream<ReferenceType> getDirectSuperTypes()
getDirectSuperTypes in class ReferenceTypepublic boolean mentions(ReferenceType type)
mentions in class ReferenceTypepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object