ASTNodeImpl

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

Inheritors

Constructors

Link copied to clipboard
constructor(type: IElementType, startOffset: Int, endOffset: Int)

Properties

Link copied to clipboard
abstract val children: List<ASTNode>
Link copied to clipboard
open override val endOffset: Int
Link copied to clipboard
override var parent: ASTNode?
Link copied to clipboard
open override val startOffset: Int
Link copied to clipboard
open override val type: IElementType

Functions

Link copied to clipboard
fun ASTNode.accept(visitor: Visitor)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard