Uses of Interface
net.sourceforge.pmd.lang.java.symboltable.TypedNameDeclaration

Packages that use TypedNameDeclaration
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
 class ClassNameDeclaration
           
 class SimpleTypedNameDeclaration
          Just stores a type image and a actual type.
 class VariableNameDeclaration
           
 

Uses of TypedNameDeclaration in net.sourceforge.pmd.lang.java.typeresolution
 

Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type TypedNameDeclaration
static boolean TypeHelper.isA(TypedNameDeclaration vnd, Class<?> clazz)
           
static boolean TypeHelper.isEither(TypedNameDeclaration vnd, Class<?> class1, Class<?> class2)
           
static boolean TypeHelper.isNeither(TypedNameDeclaration vnd, Class<?> class1, Class<?> class2)
           
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.