CompositeASTNode

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

Functions

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

Properties

children
Link copied to clipboard
common
override val children: List<ASTNode>
endOffset
Link copied to clipboard
common
open override val endOffset: Int
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

Inheritors

ListCompositeNode
Link copied to clipboard
ListItemCompositeNode
Link copied to clipboard