| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.ast | |
| net.sourceforge.pmd.lang.java.typeresolution |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ASTAnyTypeDeclaration |
Groups enum, class, annotation and interface declarations.
|
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
TypeHelper.isA(TypeNode n,
java.lang.Class<?> clazz) |
|
static boolean |
TypeHelper.isA(TypeNode n,
java.lang.String clazzName) |
Checks whether the resolved type of the given
TypeNode n is of the type
given by the clazzName. |
static boolean |
TypeHelper.isEither(TypeNode n,
java.lang.Class<?> class1,
java.lang.Class<?> class2) |
|
static boolean |
TypeHelper.subclasses(TypeNode n,
java.lang.Class<?> clazz) |
Copyright © 2002–2018 PMD. All rights reserved.