AstNodeExtension extension
Methods
-
nodeCovering(
{required int offset, int length = 0}) → AstNode? -
Available on AstNode, provided by the AstNodeExtension extension
Returns the minimal covering node for the range of characters beginning at theoffset
with the givenlength
.