ASTNodeBuilder

open class ASTNodeBuilder constructor(text: CharSequence, cancellationToken: CancellationToken)

Constructors

Link copied to clipboard
constructor(text: CharSequence)

For compatibility only.

constructor(text: CharSequence, cancellationToken: CancellationToken)

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>