in mps-execution-deprecated/languages/deprecated/source_gen/jetbrains/mps/execution/configurations/deprecated/constraints/ConstraintsAspectDescriptor.java [12:51]
public ConstraintsDescriptor getDescriptor(SConceptId conceptId) {
long id = conceptId.getIdValue();
if (id == 0x7559d38edc0ead8fL) {
return new JavaNodeRunConfiguration_Constraints();
}
if (id == 0x7559d38edc0eb467L) {
return new JavaCheckBlock_Constraints();
}
if (id == 0x2ea6c117b00d039eL) {
return new NodeRunConfigPropertyInstance_Constraints();
}
if (id == 0x45f0a233e6b2fc5L) {
return new ExecuteSpecific_Constraints();
}
if (id == 0x45f0a233e6b303cL) {
return new ReportErrorStatement_Constraints();
}
if (id == 0x45f0a233e6b2fc9L) {
return new ComponentReference_Constraints();
}
if (id == 0x45f0a233e6b3053L) {
return new RunConfigPropertyInstance_Constraints();
}
if (id == 0x45f0a233e6b307dL) {
return new RunConfigMainNodeStatement_Constraints();
}
if (id == 0x45f0a233e6b304aL) {
return new CreateRunConfigStatement_Constraints();
}
if (id == 0x45f0a233e6b3080L) {
return new RunConfigParameterReferenceOperation_Constraints();
}
if (id == 0x45f0a233e6b2fcbL) {
return new ExecuteParameterQuery_Constraints();
}
if (id == 0x45f0a233e6b3036L) {
return new AbstractCheckConfigBlock_Constraints();
}
return new BaseConstraintsDescriptor(conceptId);
}