()
| 637 | return all; |
| 638 | } |
| 639 | sourceFor() { |
| 640 | return this.programSource.substring(this.startToken.start, this.endToken.end); |
| 641 | } |
| 642 | lineFor() { |
| 643 | return this.programSource.split("\n")[this.startToken.line - 1]; |
| 644 | } |
no outgoing calls
no test coverage detected