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