Uses of Interface
net.sourceforge.pmd.lang.java.ast.TypeNode
-
Packages that use TypeNode Package Description net.sourceforge.pmd.lang.java.ast net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of TypeNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of TypeNode in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description interfaceASTAnyTypeDeclarationGroups enum, class, annotation and interface declarations. -
Uses of TypeNode in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type TypeNode Modifier and Type Method Description static booleanTypeHelper. isA(TypeNode n, java.lang.Class<?> clazz)static booleanTypeHelper. isA(TypeNode n, java.lang.String clazzName)Checks whether the resolved type of the givenTypeNoden is of the type given by the clazzName.static booleanTypeHelper. isEither(TypeNode n, java.lang.Class<?> class1, java.lang.Class<?> class2)static booleanTypeHelper. isExactlyA(TypeNode n, java.lang.String clazzName)Checks whether the resolved type of the givenTypeNoden is exactly of the type given by the clazzName.static booleanTypeHelper. subclasses(TypeNode n, java.lang.Class<?> clazz)
-