ASTNodeImpl

abstract class ASTNodeImpl(type: IElementType, startOffset: Int, endOffset: Int) : ASTNode

Properties

children
Link copied to clipboard
common
abstract 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

CompositeASTNode
Link copied to clipboard
LeafASTNode
Link copied to clipboard