Modifier and Type | Field and Description |
---|---|
String |
name
The name of the type variable.
|
Java.ReferenceType[] |
optionalBound
The optional bound of the type parameter.
|
Constructor and 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–2016. All rights reserved.