ASTNodeBuilder

open class ASTNodeBuilder(text: CharSequence)

Constructors

Link copied to clipboard
constructor(text: CharSequence)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
open fun createLeafNodes(type: IElementType, startOffset: Int, endOffset: Int): List<ASTNode>