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()
Render to string.
|
String |
toStringWithSimpleNames()
Render to string, using only simple
names for classes.
|
public List<TypeParameter> getTypeParameters()
public ClassRefTypeSignature getSuperclassSignature()
Object, since it
doesn't have a superclass).Object).public List<ClassRefTypeSignature> getSuperinterfaceSignatures()
public String toStringWithSimpleNames()
Copyright © 2021. All rights reserved.