public class TypeVariableDef extends Object
Constructor | Description |
---|---|
TypeVariableDef(String name) |
|
TypeVariableDef(String name,
List<TypeDef> bounds) |
Modifier and Type | Method | Description |
---|---|---|
List<TypeDef> |
getBounds() |
|
String |
getName() |
|
void |
setBounds(List<TypeDef> bounds) |
Copyright © 2002–2018. All rights reserved.