Interface SymbolDeclaratorNode

All Superinterfaces:
GenericNode<JavaNode>, JavaNode, JjtreeNode<JavaNode>, Node, Reportable, TextAvailableNode
All Known Subinterfaces:
ASTExecutableDeclaration, ASTTypeDeclaration, TypeParamOwnerNode
All Known Implementing Classes:
ASTAnnotationTypeDeclaration, ASTAnonymousClassDeclaration, ASTClassDeclaration, ASTCompactConstructorDeclaration, ASTConstructorDeclaration, ASTEnumDeclaration, ASTImplicitClassDeclaration, ASTMethodDeclaration, ASTRecordComponent, ASTRecordComponentList, ASTRecordDeclaration, ASTTypeParameter, ASTVariableId

public interface SymbolDeclaratorNode extends JavaNode
A node that declares a corresponding symbol.
  • Method Details

    • getSymbol

      JElementSymbol getSymbol()
      Returns the symbol this node declares.