()
| 644 | return all; |
| 645 | } |
| 646 | sourceFor() { |
| 647 | return this.programSource.substring(this.startToken.start, this.endToken.end); |
| 648 | } |
| 649 | lineFor() { |
| 650 | return this.programSource.split("\n")[this.startToken.line - 1]; |
| 651 | } |
no outgoing calls
no test coverage detected