public static class GenericSignature.FormalTypeParameter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
GenericSignature.FieldTypeSignature |
classBound |
java.lang.String |
identifier |
GenericSignature.FieldTypeSignature[] |
interfaceBounds |
static GenericSignature.FormalTypeParameter[] |
NONE |
Constructor and Description |
---|
FormalTypeParameter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final GenericSignature.FormalTypeParameter[] NONE
public java.lang.String identifier
public GenericSignature.FieldTypeSignature classBound
public GenericSignature.FieldTypeSignature[] interfaceBounds