Uses of Interface
net.sourceforge.pmd.lang.java.ast.SymbolDeclaratorNode
-
Packages that use SymbolDeclaratorNode Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of SymbolDeclaratorNode in net.sourceforge.pmd.lang.java.ast
Subinterfaces of SymbolDeclaratorNode 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.interfaceTypeParamOwnerNodeA symbol declaration, whose symbol can declare type parameters.Classes in net.sourceforge.pmd.lang.java.ast that implement SymbolDeclaratorNode Modifier and Type Class Description classASTAnnotationTypeDeclarationThe declaration of an annotation type.classASTAnonymousClassDeclarationAn anonymous class declaration.classASTClassDeclarationRepresents class and interface declarations.classASTCompactConstructorDeclarationThis defines a compact constructor for a RecordDeclaration (JDK 16 feature).classASTConstructorDeclarationclassASTEnumDeclarationRepresents an enum declaration.classASTImplicitClassDeclarationImplicitClassDeclaration ::= ClassBody ClassBody ::= FieldDeclaration* MethodDeclaration BodyDeclaration*classASTMethodDeclarationA method declaration, in a class or interface declaration.classASTRecordComponentDefines a single component of a RecordDeclaration (JDK 16 feature).classASTRecordComponentListDefines the state description of a RecordDeclaration (JDK 16 feature).classASTRecordDeclarationA record declaration is a special data class type (JDK 16 feature).classASTTypeParameterRepresents a type parameter declaration of a method, constructor, class or interface declaration.classASTVariableIdRepresents an identifier in the context of variable or parameter declarations (not their use in expressions).Methods in net.sourceforge.pmd.lang.java.ast with parameters of type SymbolDeclaratorNode Modifier and Type Method Description static voidInternalApiBridge. setSymbol(SymbolDeclaratorNode node, JElementSymbol symbol)
-