(program)
| 19238 | return particle ? Object.keys(particle.getParticle(ParsersConstants.enumFromAtomTypes)._getEnumFromAtomTypes(program)) : undefined |
| 19239 | } |
| 19240 | _getAutocompleteAtomOptions(program) { |
| 19241 | return this._getEnumOptions() || this._getEnumFromAtomTypeOptions(program) || [] |
| 19242 | } |
| 19243 | get regexString() { |
| 19244 | // todo: enum |
| 19245 | const enumOptions = this._getEnumOptions() |
no test coverage detected