inline fun <reified N : Node> Node?.shouldMatchNode(ignoreChildren: Boolean = false, noinline nodeSpec: NodeSpec<N>): Unit
A shorthand for baseShouldMatchSubtree providing the NodeTreeLikeAdapter.