public class ClassTypeSignature extends HierarchicalTypeSignature
| Modifier and Type | Field | Description |
|---|---|---|
protected ScanResult |
scanResult |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
protected ClassInfo |
getClassInfo() |
|
protected String |
getClassName() |
The name of the class (used by
getClassInfo() to fetch the ClassInfo object for the class). |
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() |
|
int |
hashCode() |
|
String |
toString() |
protected transient ScanResult scanResult
public List<TypeParameter> getTypeParameters()
public ClassRefTypeSignature getSuperclassSignature()
Object, since it
doesn't have a superclass).Object).public List<ClassRefTypeSignature> getSuperinterfaceSignatures()
protected String getClassName()
getClassInfo() to fetch the ClassInfo object for the class).protected ClassInfo getClassInfo()
Copyright © 2018. All rights reserved.