Interface HasSimpleIdentifier

All Superinterfaces:
AntlrNode<KotlinNode>, GenericNode<KotlinNode>, KotlinNode, Node, Reportable
All Known Implementing Classes:
KtClassDeclarationAttributes, KtClassParameterAttributes, KtFunctionDeclarationAttributes, KtImportAliasAttributes, KtVariableDeclarationAttributes

@Experimental public interface HasSimpleIdentifier extends KotlinNode
Experimental Status:
See AttributeView.
Since:
7.25.0
  • Method Details

    • getNode

      KotlinNode getNode()
    • getIdentifier

      default String getIdentifier()
      Returns the text of the first SimpleIdentifier direct child, or null if none is present.