Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceType
-
Packages that use ASTClassOrInterfaceType Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule Contains the built-in rules bundled with the Java distribution.net.sourceforge.pmd.lang.java.rule.bestpractices net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.rule.design net.sourceforge.pmd.lang.java.typeresolution -
-
Uses of ASTClassOrInterfaceType in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTClassOrInterfaceType Modifier and Type Method Description ASTClassOrInterfaceTypeASTClassOrInterfaceDeclaration. getSuperClassTypeNode()Returns the superclass type node if this node is a class declaration and explicitly declares anextendsclause.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTClassOrInterfaceType Modifier and Type Method Description java.util.List<ASTClassOrInterfaceType>ASTTypeBound. getBoundTypeNodes()Returns a list with the type bounds of this node.java.util.List<ASTClassOrInterfaceType>ASTClassOrInterfaceDeclaration. getSuperInterfacesTypeNodes()Returns the interfaces implemented by this class, or extended by this interface.java.util.Iterator<ASTClassOrInterfaceType>ASTExtendsList. iterator()java.util.Iterator<ASTClassOrInterfaceType>ASTImplementsList. iterator()Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTClassOrInterfaceType Modifier and Type Method Description java.lang.ObjectJavaParserDecoratedVisitor. visit(ASTClassOrInterfaceType node, java.lang.Object data)Deprecated.java.lang.ObjectJavaParserVisitor. visit(ASTClassOrInterfaceType node, java.lang.Object data)java.lang.ObjectJavaParserVisitorAdapter. visit(ASTClassOrInterfaceType node, java.lang.Object data)java.lang.ObjectJavaParserVisitorDecorator. visit(ASTClassOrInterfaceType node, java.lang.Object data)Deprecated. -
Uses of ASTClassOrInterfaceType in net.sourceforge.pmd.lang.java.rule
Methods in net.sourceforge.pmd.lang.java.rule with parameters of type ASTClassOrInterfaceType Modifier and Type Method Description java.lang.ObjectAbstractJavaRule. visit(ASTClassOrInterfaceType node, java.lang.Object data) -
Uses of ASTClassOrInterfaceType in net.sourceforge.pmd.lang.java.rule.bestpractices
Methods in net.sourceforge.pmd.lang.java.rule.bestpractices with parameters of type ASTClassOrInterfaceType Modifier and Type Method Description java.lang.ObjectLooseCouplingRule. visit(ASTClassOrInterfaceType node, java.lang.Object data)java.lang.ObjectUnusedImportsRule. visit(ASTClassOrInterfaceType node, java.lang.Object data) -
Uses of ASTClassOrInterfaceType in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type ASTClassOrInterfaceType Modifier and Type Method Description java.lang.ObjectUnnecessaryFullyQualifiedNameRule. visit(ASTClassOrInterfaceType node, java.lang.Object data) -
Uses of ASTClassOrInterfaceType in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTClassOrInterfaceType Modifier and Type Method Description java.lang.ObjectGenericClassCounterRule. visit(ASTClassOrInterfaceType classType, java.lang.Object data) -
Uses of ASTClassOrInterfaceType in net.sourceforge.pmd.lang.java.typeresolution
Methods in net.sourceforge.pmd.lang.java.typeresolution with parameters of type ASTClassOrInterfaceType Modifier and Type Method Description java.lang.ObjectClassTypeResolver. visit(ASTClassOrInterfaceType node, java.lang.Object data)
-