Interface ICompositeElementType


public interface ICompositeElementType
An additional interface to be implemented by IElementType instances that allows to customize AST node creation. Useful for cases when one needs to override various ASTNode methods. If not implemented, AST nodes of type CompositeElement are created.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull ASTNode
     
  • Method Details

    • createCompositeNode

      @NotNull @NotNull ASTNode createCompositeNode()