| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.typeresolution.typedefinition |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionType |
JavaTypeDefinition.getDefinitionType() |
static TypeDefinitionType |
TypeDefinitionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeDefinitionType[] |
TypeDefinitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JavaTypeDefinition |
JavaTypeDefinition.forClass(TypeDefinitionType type,
java.lang.Class<?> clazz,
JavaTypeDefinition... boundGenerics) |
static JavaTypeDefinition |
JavaTypeDefinition.forClass(TypeDefinitionType type,
JavaTypeDefinition... intersectionTypes) |
| Constructor and Description |
|---|
JavaTypeDefinition(TypeDefinitionType definitionType) |
Copyright © 2002–2017 PMD. All rights reserved.