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 interface
ASTExecutableDeclaration
Groups method and constructor declarations under a common type.interface
ASTTypeDeclaration
Groups class, enum, record, annotation and interface declarations under a common supertype.interface
TypeParamOwnerNode
A symbol declaration, whose symbol can declare type parameters.Classes in net.sourceforge.pmd.lang.java.ast that implement SymbolDeclaratorNode Modifier and Type Class Description class
ASTAnnotationTypeDeclaration
The declaration of an annotation type.class
ASTAnonymousClassDeclaration
An anonymous class declaration.class
ASTClassDeclaration
Represents class and interface declarations.class
ASTCompactConstructorDeclaration
This defines a compact constructor for a RecordDeclaration (JDK 16 feature).class
ASTConstructorDeclaration
class
ASTEnumDeclaration
Represents an enum declaration.class
ASTImplicitClassDeclaration
ImplicitClassDeclaration ::= ClassBody ClassBody ::= FieldDeclaration* MethodDeclaration BodyDeclaration*class
ASTMethodDeclaration
A method declaration, in a class or interface declaration.class
ASTRecordComponent
Defines a single component of a RecordDeclaration (JDK 16 feature).class
ASTRecordComponentList
Defines the state description of a RecordDeclaration (JDK 16 feature).class
ASTRecordDeclaration
A record declaration is a special data class type (JDK 16 feature).class
ASTTypeParameter
Represents a type parameter declaration of a method, constructor, class or interface declaration.class
ASTVariableId
Represents 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 void
InternalApiBridge. setSymbol(SymbolDeclaratorNode node, JElementSymbol symbol)
-