| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.typeresolution.typedefinition |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
static JavaTypeDefinition |
JavaTypeDefinition.forClass(TypeDefinitionType type,
java.lang.Class<?> clazz,
JavaTypeDefinition... boundGenerics) |
|
static JavaTypeDefinition |
JavaTypeDefinition.forClass(TypeDefinitionType type,
JavaTypeDefinition... intersectionTypes) |
| Constructor | Description |
|---|---|
JavaTypeDefinition(TypeDefinitionType definitionType) |
Copyright © 2002–2018 PMD. All rights reserved.