public final class ClassTypeSignature extends HierarchicalTypeSignature
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ClassRefTypeSignature |
getSuperclassSignature()
Get the type signature for the superclass (possibly null in the case of
Object, since it
doesn't have a superclass). |
List<ClassRefTypeSignature> |
getSuperinterfaceSignatures()
Get the type signatures of any superinterfaces.
|
List<TypeParameter> |
getTypeParameters()
Get the type parameters for the class.
|
int |
hashCode() |
String |
toString() |
public List<TypeParameter> getTypeParameters()
public ClassRefTypeSignature getSuperclassSignature()
Object, since it
doesn't have a superclass).Object).public List<ClassRefTypeSignature> getSuperinterfaceSignatures()
Copyright © 2020. All rights reserved.