thisOrAncestorOfType<E extends AstNode> abstract method

E? thisOrAncestorOfType<E extends AstNode>()

Returns either this node or the most immediate ancestor of this node that has the given type, or null if there's no such node.

Implementation

E? thisOrAncestorOfType<E extends AstNode>();