Interface ILinkComputerTarget

interface ILinkComputerTarget {
    getLineContent(lineNumber): string;
    getLineCount(): number;
}

Methods