接口 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.
另请参阅:
  • 方法详细资料

    • createCompositeNode

      @NotNull @NotNull ASTNode createCompositeNode()