()
| 19398 | return "`" + Utils.escapeBackTicks(this.constantValue) + "`" |
| 19399 | } |
| 19400 | get constantValue() { |
| 19401 | return this.length ? this.subparticlesToString() : this.getAtomsFrom(2).join(" ") |
| 19402 | } |
| 19403 | } |
| 19404 | class ParsersParserConstantFloat extends AbstractParserConstantParser {} |
| 19405 | class ParsersParserConstantBoolean extends AbstractParserConstantParser {} |
nothing calls this directly
no test coverage detected