ListCompositeNode

class ListCompositeNode(type: IElementType, children: List<ASTNode>) : CompositeASTNode

Types

Companion
Link copied to clipboard
common
object Companion

Properties

children
Link copied to clipboard
common
override val children: List<ASTNode>
endOffset
Link copied to clipboard
common
open override val endOffset: Int
loose
Link copied to clipboard
common
val loose: Boolean
parent
Link copied to clipboard
common
override var parent: ASTNode? = null
startOffset
Link copied to clipboard
common
open override val startOffset: Int
type
Link copied to clipboard
common
open override val type: IElementType