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