A S T Node Builder
Types
Functions
createCompositeNode
Link copied to clipboard
open fun createCompositeNode(type: IElementType, children: List<ASTNode>): CompositeASTNode
Content copied to clipboard
createLeafNodes
Link copied to clipboard
open fun createLeafNodes(type: IElementType, startOffset: Int, endOffset: Int): List<ASTNode>
Content copied to clipboard