LeafASTNode

open class LeafASTNode(val type: IElementType, val startOffset: Int, val endOffset: Int) : ASTNodeImpl

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override 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