| Modifier and Type | Field and Description |
|---|---|
Java.ReferenceType[] |
bound
The optional bound of the type parameter.
|
String |
name
The name of the type variable.
|
| Constructor and Description |
|---|
TypeParameter(String name,
Java.ReferenceType[] bound) |
public final String name
@Nullable public final Java.ReferenceType[] bound
public TypeParameter(String name, @Nullable Java.ReferenceType[] bound)
Copyright © 2022. All rights reserved.