Instances of the class {@code NodeLocator} locate the {@link AstNode AST node} associated with asource range, given the AST structure built from the source. More specifically, they will return the {@link AstNode AST node} with the shortest length whose source range completely encompassesthe specified range.
@coverage dart.engine.ast
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.