ASTNodeBuilder

open class ASTNodeBuilder(text: CharSequence)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

createCompositeNode
Link copied to clipboard
common
open fun createCompositeNode(type: IElementType, children: List<ASTNode>): CompositeASTNode
createLeafNodes
Link copied to clipboard
common
open fun createLeafNodes(type: IElementType, startOffset: Int, endOffset: Int): List<ASTNode>
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String