docs
/
org.intellij.markdown.ast
/
ASTNodeImpl
common
A
S
T
Node
Impl
abstract class
ASTNodeImpl
(type:
IElementType
, startOffset:
Int
, endOffset:
Int
) :
ASTNode
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
children
Link copied to clipboard
common
abstract val
children
:
List
<
ASTNode
>
Content copied to clipboard
endOffset
Link copied to clipboard
common
open override val
endOffset
:
Int
Content copied to clipboard
parent
Link copied to clipboard
common
override var
parent
:
ASTNode
? = null
Content copied to clipboard
startOffset
Link copied to clipboard
common
open override val
startOffset
:
Int
Content copied to clipboard
type
Link copied to clipboard
common
open override val
type
:
IElementType
Content copied to clipboard
Inheritors
CompositeASTNode
Link copied to clipboard
LeafASTNode
Link copied to clipboard