docs
/
org.intellij.markdown.ast.impl
/
ListCompositeNode
common
List
Composite
Node
class
ListCompositeNode
(type:
IElementType
, children:
List
<
ASTNode
>) :
CompositeASTNode
Content copied to clipboard
Types
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
children
Link copied to clipboard
common
override val
children
:
List
<
ASTNode
>
Content copied to clipboard
endOffset
Link copied to clipboard
common
open override val
endOffset
:
Int
Content copied to clipboard
loose
Link copied to clipboard
common
val
loose
:
Boolean
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