public interface TypeParametrizable
| Modifier and Type | Method and Description |
|---|---|
Optional<TypeParameterDeclaration> |
findTypeParameter(String name)
Find the closest TypeParameterDeclaration with the given name.
|
List<TypeParameterDeclaration> |
getTypeParameters()
The list of type parameters defined on this element.
|
List<TypeParameterDeclaration> getTypeParameters()
Optional<TypeParameterDeclaration> findTypeParameter(String name)
Copyright © 2016. All rights reserved.