public class TypeParameter extends HierarchicalTypeSignature
| Constructor and Description |
|---|
TypeParameter(String identifier,
ReferenceTypeSignature classBound,
List<ReferenceTypeSignature> interfaceBounds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
getAllReferencedClassNames(Set<String> classNameListOut)
Get the names of all classes referenced in the type signature
|
ReferenceTypeSignature |
getClassBound()
Get the class bound, which may be null.
|
String |
getIdentifier()
Get the type parameter identifier.
|
List<ReferenceTypeSignature> |
getInterfaceBounds()
Get the interface bound(s), which may be the empty list.
|
int |
hashCode() |
String |
toString() |
public TypeParameter(String identifier, ReferenceTypeSignature classBound, List<ReferenceTypeSignature> interfaceBounds)
public String getIdentifier()
public ReferenceTypeSignature getClassBound()
public List<ReferenceTypeSignature> getInterfaceBounds()
public void getAllReferencedClassNames(Set<String> classNameListOut)
HierarchicalTypeSignaturegetAllReferencedClassNames in class HierarchicalTypeSignatureCopyright © 2018. All rights reserved.