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 interfaceASTAnyTypeDeclarationGroups class, enum, record, annotation and interface declarations.interfaceASTMethodOrConstructorDeclarationGroups method and constructor declarations under a common type.interfaceMethodLikeNodeDeprecated.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 classAbstractAnyTypeDeclarationDeprecated.classAbstractMethodLikeNodeDeprecated.classAbstractMethodOrConstructorDeclarationDeprecated.classASTAllocationExpressionclassASTAnnotationMethodDeclarationclassASTAnnotationTypeDeclarationclassASTClassOrInterfaceDeclarationRepresents class and interface declarations.classASTConstructorDeclarationclassASTEnumConstantRepresents an enum constant declaration within an enum declaration.classASTEnumDeclarationclassASTLambdaExpressionclassASTMethodDeclarationMethod declaration node.classASTRecordDeclarationA record declaration is a special data class type (JDK 14 preview feature).
-