using System; using System.Collections.Generic; using System.Text; using AspClassic.Scripting; namespace Dlrsoft.VBScript.Compiler { public interface ISourceMapper { DocSpan Map(SourceSpan span); } }