| 20964 | } |
| 20965 | |
| 20966 | class parsersExampleParser extends abstractParserRuleParser { |
| 20967 | createParserPool() { |
| 20968 | return new Particle.ParserPool(catchAllExampleLineParser, undefined, undefined) |
| 20969 | } |
nothing calls this directly
no outgoing calls
no test coverage detected