public class TypeParameter
extends java.lang.Object
TypeParameter:
Identifier ['extends' Bound]
Bound:
Type { '&' Type }
| Constructor and Description |
|---|
TypeParameter(Token name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBound(Type bound) |
java.lang.String |
getName() |