()
| 18504 | return fields |
| 18505 | } |
| 18506 | _getCompiledLine() { |
| 18507 | const compiler = this.definition._getCompilerObject() |
| 18508 | const catchAllAtomDelimiter = compiler[ParsersConstantsCompiler.catchAllAtomDelimiter] |
| 18509 | const str = compiler[ParsersConstantsCompiler.stringTemplate] |
| 18510 | return str !== undefined ? Utils.formatStr(str, catchAllAtomDelimiter, Object.assign(this._getFields(), this.atomsMap)) : this.getLine() |
| 18511 | } |
| 18512 | get listDelimiter() { |
| 18513 | return this.definition._getFromExtended(ParsersConstants.listDelimiter) |
| 18514 | } |
no test coverage detected