Uses of Interface
net.sourceforge.pmd.lang.java.symboltable.TypedNameDeclaration
-
Packages that use TypedNameDeclaration Package Description net.sourceforge.pmd.lang.java.symboltable net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of TypedNameDeclaration in net.sourceforge.pmd.lang.java.symboltable
Classes in net.sourceforge.pmd.lang.java.symboltable that implement TypedNameDeclaration Modifier and Type Class Description classClassNameDeclarationclassSimpleTypedNameDeclarationJust stores a type image and a actual type.classVariableNameDeclaration -
Uses of TypedNameDeclaration in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type TypedNameDeclaration Modifier and Type Method Description static booleanTypeHelper. isA(TypedNameDeclaration vnd, java.lang.Class<?> clazz)Deprecated.static booleanTypeHelper. isA(TypedNameDeclaration vnd, java.lang.String className)static booleanTypeHelper. isEither(TypedNameDeclaration vnd, java.lang.Class<?> class1, java.lang.Class<?> class2)Deprecated.static booleanTypeHelper. isExactlyAny(TypedNameDeclaration vnd, java.lang.Class<?>... clazzes)static booleanTypeHelper. isExactlyNone(TypedNameDeclaration vnd, java.lang.Class<?>... clazzes)static booleanTypeHelper. isNeither(TypedNameDeclaration vnd, java.lang.Class<?> class1, java.lang.Class<?> class2)Deprecated.
-