| 19374 | } |
| 19375 | } |
| 19376 | class AbstractParserConstantParser extends Particle { |
| 19377 | constructor(subparticles, line, parent) { |
| 19378 | super(subparticles, line, parent) |
| 19379 | parent[this.identifier] = this.constantValue |
nothing calls this directly
no outgoing calls
no test coverage detected