| Package | Description |
|---|---|
| net.sourceforge.pmd.lang.java.symboltable | |
| net.sourceforge.pmd.lang.java.typeresolution |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassNameDeclaration |
|
class |
SimpleTypedNameDeclaration |
Just stores a type image and a actual type.
|
class |
VariableNameDeclaration |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
TypeHelper.isA(TypedNameDeclaration vnd,
java.lang.Class<?> clazz) |
|
static boolean |
TypeHelper.isEither(TypedNameDeclaration vnd,
java.lang.Class<?> class1,
java.lang.Class<?> class2) |
|
static boolean |
TypeHelper.isNeither(TypedNameDeclaration vnd,
java.lang.Class<?> class1,
java.lang.Class<?> class2) |
Copyright © 2002–2018 PMD. All rights reserved.