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 classClassNameDeclarationclassSimpleTypedNameDeclarationDeprecated.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, Class<?> clazz)Deprecated.static booleanTypeHelper. isA(TypedNameDeclaration vnd, String className)Deprecated.static booleanTypeHelper. isEither(TypedNameDeclaration vnd, Class<?> class1, Class<?> class2)Deprecated.Not useful, useTypeTestUtil.isA(Class, TypeNode)static booleanTypeHelper. isExactlyAny(TypedNameDeclaration vnd, Class<?>... clazzes)Deprecated.Not useful, usegetTypeNode()andTypeTestUtil.isExactlyA(Class, TypeNode)static booleanTypeHelper. isExactlyNone(TypedNameDeclaration vnd, Class<?>... clazzes)Deprecated.Not useful, use a negatedTypeTestUtil.isExactlyA(Class, TypeNode)static booleanTypeHelper. isNeither(TypedNameDeclaration vnd, Class<?> class1, Class<?> class2)Deprecated.Not useful, use a negatedTypeTestUtil.isA(Class, TypeNode)
-