getChildren

abstract fun getChildren(type: String, before: String? = null, after: String? = null): List<SyntaxNode>

Get all children matching a type.