Uses of Interface
net.sourceforge.pmd.lang.java.ast.JavaQualifiableNode
-
Packages that use JavaQualifiableNode Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of JavaQualifiableNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of JavaQualifiableNode in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description interface
ASTAnyTypeDeclaration
Groups class, enum, record, annotation and interface declarations.interface
ASTMethodOrConstructorDeclaration
Groups method and constructor declarations under a common type.interface
MethodLikeNode
Deprecated.Lambda expressions should not be grouped with other kinds of method declarations, they have nothing in common.Classes in net.sourceforge.pmd.lang.java.ast that implement JavaQualifiableNode Modifier and Type Class Description class
AbstractAnyTypeDeclaration
Deprecated.class
AbstractMethodLikeNode
Deprecated.class
AbstractMethodOrConstructorDeclaration
Deprecated.class
ASTAllocationExpression
class
ASTAnnotationMethodDeclaration
class
ASTAnnotationTypeDeclaration
class
ASTClassOrInterfaceDeclaration
Represents class and interface declarations.class
ASTConstructorDeclaration
class
ASTEnumConstant
Represents an enum constant declaration within an enum declaration.class
ASTEnumDeclaration
class
ASTLambdaExpression
class
ASTMethodDeclaration
Method declaration node.class
ASTRecordDeclaration
A record declaration is a special data class type (JDK 16 feature).
-