in mps-xml-obsolete/languages/util/xml/xmlInternal/source_gen/jetbrains/mps/xmlInternal/editor/EditorAspectDescriptorImpl.java [15:48]
public Collection<ConceptEditor> getEditors(ConceptDescriptor descriptor) {
switch (Arrays.binarySearch(stringSwitchCases_xbvbvu_a0a0b, descriptor.getConceptFqName())) {
case 0:
return Collections.<ConceptEditor>singletonList(new Comment_Editor());
case 1:
return Collections.<ConceptEditor>singletonList(new ContentStatement_Editor());
case 2:
return Collections.<ConceptEditor>singletonList(new Document_Editor());
case 3:
return Collections.<ConceptEditor>singletonList(new DocumentStatement_Editor());
case 4:
return Collections.<ConceptEditor>singletonList(new DocumentTypeDeclaration_Editor());
case 5:
return Collections.<ConceptEditor>singletonList(new ExternalId_Editor());
case 6:
return Collections.<ConceptEditor>singletonList(new Literal_Editor());
case 7:
return Collections.<ConceptEditor>singletonList(new NamespaceAttribute_Editor());
case 8:
return Collections.<ConceptEditor>singletonList(new Prolog_Editor());
case 9:
return Collections.<ConceptEditor>singletonList(new PublicExternalId_Editor());
case 10:
return Collections.<ConceptEditor>singletonList(new SimpleAttribute_Editor());
case 11:
return Collections.<ConceptEditor>singletonList(new SimpleElement_Editor());
case 12:
return Collections.<ConceptEditor>singletonList(new StatementElement_Editor());
case 13:
return Collections.<ConceptEditor>singletonList(new XmlFile_Editor());
default:
}
return Collections.<ConceptEditor>emptyList();
}