package jetbrains.mps.samples.generator_demo.demoLang4.structure; /*Generated by MPS */ import jetbrains.mps.smodel.runtime.ConceptPresentationAspectBase; import org.jetbrains.annotations.Nullable; import jetbrains.mps.smodel.runtime.ConceptPresentation; import org.jetbrains.mps.openapi.language.SAbstractConcept; public class ConceptPresentationAspectImpl extends ConceptPresentationAspectBase { @Override @Nullable public ConceptPresentation getDescriptor(SAbstractConcept c) { StructureAspectDescriptor structureDescriptor = (StructureAspectDescriptor) myLanguageRuntime.getAspect(jetbrains.mps.smodel.runtime.StructureAspectDescriptor.class); switch (structureDescriptor.internalIndex(c)) { } return null; } }