()
| 18490 | return this.parsedAtoms.map(atom => atom.definitionLineNumber) |
| 18491 | } |
| 18492 | _getCompiledIndentation() { |
| 18493 | const indentCharacter = this.definition._getCompilerObject()[ParsersConstantsCompiler.indentCharacter] |
| 18494 | const indent = this.indentation |
| 18495 | return indentCharacter !== undefined ? indentCharacter.repeat(indent.length) : indent |
| 18496 | } |
| 18497 | _getFields() { |
| 18498 | // fields are like atoms |
| 18499 | const fields = {} |
no test coverage detected