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