findFirstNodeOfType

inline fun <T : Node> findFirstNodeOfType(): T?
fun <T : Node> findFirstNodeOfType(type: KClass<T>): T?