public final class SignatureType
extends java.lang.Object
| Constructor and Description |
|---|
SignatureType(Type<?> returnType,
TypeList parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsGenericParameter(Type<?> genericParameter) |
boolean |
containsGenericParameters() |
boolean |
equals(java.lang.Object o) |
SignatureType |
getErasedSignature() |
TypeList |
getParameterTypes() |
Type<?> |
getReturnType() |
int |
hashCode() |
boolean |
isEquivalentTo(SignatureType other) |
public final Type<?> getReturnType()
public final TypeList getParameterTypes()
public final SignatureType getErasedSignature()
public final boolean isEquivalentTo(SignatureType other)
public final boolean containsGenericParameters()
public final boolean containsGenericParameter(Type<?> genericParameter)
public final boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic final int hashCode()
hashCode in class java.lang.Object