SYMBOL INDEX (28 symbols across 9 files) FILE: build/grammar.js function id (line 4) | function id(x) { return x[0]; } FILE: cli.js function process (line 13) | function process(text, outputFilePath) { function makeOutName (line 20) | function makeOutName(container, prefix) { FILE: src/build/grammar.js function id (line 4) | function id(x) { return x[0]; } FILE: src/container.js method constructor (line 6) | constructor(containerDescription, index) { method proportionality (line 47) | get proportionality() { method scale (line 59) | get scale() { method tie (line 63) | get tie() { method normalizedOnsets (line 67) | normalizedOnsets() { FILE: src/interval.js method constructor (line 2) | constructor(index, length) { method index (line 7) | get index() { return this._index; } method length (line 8) | get length() { return this._length; } method intersects (line 10) | intersects(index) { FILE: src/nestup.js method constructor (line 7) | constructor(parseTree) { method beatLength (line 13) | get beatLength() { method onOffEvents (line 17) | onOffEvents(gridsize) { FILE: src/onset.js class Onset (line 1) | class Onset { method constructor (line 2) | constructor(time, type, path) { method time (line 8) | get time() { return this._time; } method type (line 9) | get type() { return this._type; } method path (line 10) | get path() { return this._path; } FILE: src/parseError.js method constructor (line 2) | constructor(rawNearleyError) { method line (line 27) | get line() { return this._line; } method col (line 28) | get col() { return this._col; } method message (line 29) | get message() { return this._shortMessage; } method token (line 30) | get token() { return this._token; } FILE: src/parser.js method constructor (line 5) | constructor() { method parse (line 9) | parse(text) {