|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.lang.java.typeresolution.TypeHelper
public final class TypeHelper
| Method Summary | |
|---|---|
static boolean |
isA(TypedNameDeclaration vnd,
Class<?> clazz)
|
static boolean |
isA(TypeNode n,
Class<?> clazz)
|
static boolean |
isEither(TypedNameDeclaration vnd,
Class<?> class1,
Class<?> class2)
|
static boolean |
isEither(TypeNode n,
Class<?> class1,
Class<?> class2)
|
static boolean |
isNeither(TypedNameDeclaration vnd,
Class<?> class1,
Class<?> class2)
|
static boolean |
subclasses(TypeNode n,
Class<?> clazz)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isA(TypeNode n,
Class<?> clazz)
public static boolean isEither(TypeNode n,
Class<?> class1,
Class<?> class2)
public static boolean isA(TypedNameDeclaration vnd,
Class<?> clazz)
public static boolean isEither(TypedNameDeclaration vnd,
Class<?> class1,
Class<?> class2)
public static boolean isNeither(TypedNameDeclaration vnd,
Class<?> class1,
Class<?> class2)
public static boolean subclasses(TypeNode n,
Class<?> clazz)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||