public interface TypeDefinition
| Modifier and Type | Method and Description |
|---|---|
List<? extends TypeDefinition> |
getGenericArgs()
Get the list of type arguments for this TypeDefinition.
|
Class<?> |
getType()
Get the raw Class type of the definition.
|
Class<?> getType()
List<? extends TypeDefinition> getGenericArgs()
Copyright © 2002–2017 PMD. All rights reserved.