public static class SignatureAttribute.TypeParameter extends Object
Modifier and Type | Method and Description |
---|---|
SignatureAttribute.ObjectType |
getClassBound()
Returns the class bound of this parameter.
|
SignatureAttribute.ObjectType[] |
getInterfaceBound()
Returns the interface bound of this parameter.
|
String |
getName()
Returns the name of the type parameter.
|
String |
toString()
Returns the string representation.
|
public String getName()
public SignatureAttribute.ObjectType getClassBound()
public SignatureAttribute.ObjectType[] getInterfaceBound()
Copyright © 2016. All Rights Reserved.