Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
SyntaxNode
/
getChildren
get
Children
abstract
fun
getChildren
(
type
:
String
,
before
:
String
?
=
null
,
after
:
String
?
=
null
)
:
List
<
SyntaxNode
>
Get all children matching a type.