Uses of Interface
net.sourceforge.pmd.lang.java.ast.ModifierOwner
-
Packages that use ModifierOwner Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.design -
-
Uses of ModifierOwner in net.sourceforge.pmd.lang.java.ast
Subinterfaces of ModifierOwner in net.sourceforge.pmd.lang.java.ast Modifier and Type Interface Description interfaceASTExecutableDeclarationGroups method and constructor declarations under a common type.interfaceASTTypeDeclarationGroups class, enum, record, annotation and interface declarations under a common supertype.Classes in net.sourceforge.pmd.lang.java.ast that implement ModifierOwner Modifier and Type Class Description classASTAnnotationTypeDeclarationThe declaration of an annotation type.classASTAnonymousClassDeclarationAn anonymous class declaration.classASTCatchParameterFormal parameter of a catch clause to represent the declared exception variable.classASTClassDeclarationRepresents class and interface declarations.classASTCompactConstructorDeclarationThis defines a compact constructor for a RecordDeclaration (JDK 16 feature).classASTConstructorDeclarationclassASTEnumConstantRepresents an enum constant declaration within an enum type declaration.classASTEnumDeclarationRepresents an enum declaration.classASTFieldDeclarationRepresents a field declaration in the body of a type declaration.classASTFormalParameterFormal parameter node for a formal parameter list.classASTLambdaParameterFormal parameter of a lambda expression.classASTLocalVariableDeclarationRepresents a local variable declaration.classASTMethodDeclarationA method declaration, in a class or interface declaration.classASTRecordComponentDefines a single component of a RecordDeclaration (JDK 16 feature).classASTRecordDeclarationA record declaration is a special data class type (JDK 16 feature).classASTTypePatternA type pattern (JDK16).classASTVariableIdRepresents an identifier in the context of variable or parameter declarations (not their use in expressions). -
Uses of ModifierOwner in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ModifierOwner Modifier and Type Method Description static booleanSingularFieldRule. mayBeSingular(ModifierOwner varId)Deprecated.This method will be removed.
-