Uses of Interface
net.sourceforge.pmd.lang.java.ast.AccessNode
-
Packages that use AccessNode Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.multifile.signature net.sourceforge.pmd.lang.java.rule.codestyle net.sourceforge.pmd.lang.java.symboltable -
-
Uses of AccessNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of AccessNode 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 AccessNode Modifier and Type Class Description classAbstractAnyTypeDeclarationDeprecated.classAbstractJavaAccessNodeDeprecated.classAbstractJavaAccessTypeNodeDeprecated.classAbstractMethodLikeNodeDeprecated.classAbstractMethodOrConstructorDeclarationDeprecated.classASTAnnotationMethodDeclarationclassASTAnnotationTypeDeclarationclassASTClassOrInterfaceDeclarationRepresents class and interface declarations.classASTConstructorDeclarationclassASTEnumDeclarationclassASTFieldDeclarationRepresents a field declaration in the body of a type declaration.classASTFormalParameterFormal parameter node.classASTLambdaExpressionclassASTLocalVariableDeclarationRepresents a local variable declaration.classASTMethodDeclarationMethod declaration node.classASTRecordConstructorDeclarationThis defines a compact constructor for a RecordDeclaration (JDK 14 preview feature).classASTRecordDeclarationA record declaration is a special data class type (JDK 14 preview feature).classASTResource -
Uses of AccessNode in net.sourceforge.pmd.lang.java.multifile.signature
Methods in net.sourceforge.pmd.lang.java.multifile.signature with parameters of type AccessNode Modifier and Type Method Description static JavaSignature.VisibilityJavaSignature.Visibility. get(AccessNode node)Returns the Visibility enum key for a node. -
Uses of AccessNode in net.sourceforge.pmd.lang.java.rule.codestyle
Methods in net.sourceforge.pmd.lang.java.rule.codestyle with parameters of type AccessNode Modifier and Type Method Description protected booleanCommentDefaultAccessModifierRule. hasIgnoredAnnotation(AccessNode node) -
Uses of AccessNode in net.sourceforge.pmd.lang.java.symboltable
Methods in net.sourceforge.pmd.lang.java.symboltable that return AccessNode Modifier and Type Method Description AccessNodeVariableNameDeclaration. getAccessNodeParent()
-