@SuppressWarnings("deprecation")
M3Converter(final TypeStore typeStore) {
super(typeStore, true);
this.DATATYPE_M3_NODE_TYPE = this.typeStore.lookupAbstractDataType(DATATYPE_M3_NODE);
TypeFactory tf = TypeFactory.getInstance();
this.CONSTRUCTOR_M3= this.typeStore.lookupConstructor(DATATYPE_M3_NODE_TYPE, "m3", tf.tupleType(tf.sourceLocationType()));
this.DATATYPE_TYPESYMBOL = this.typeStore.lookupAbstractDataType("TypeSymbol");
uses = values.relationWriter(m3TupleType);
declarations = values.relationWriter(m3TupleType);
containment = values.relationWriter(m3TupleType);
extendsRelations = values.relationWriter(m3TupleType);