public static class Java.TypeParameter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The name of the type variable.
|
Java.ReferenceType[] |
optionalBound
The optional bound of the type parameter.
|
Constructor and Description |
---|
TypeParameter(java.lang.String name,
Java.ReferenceType[] optionalBound) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String name
public final Java.ReferenceType[] optionalBound
public TypeParameter(java.lang.String name, Java.ReferenceType[] optionalBound)