Class MCCommonStatementsDeSer
java.lang.Object
de.monticore.statements.mccommonstatements._symboltable.MCCommonStatementsDeSer
- All Implemented Interfaces:
de.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
public class MCCommonStatementsDeSer
extends Object
implements de.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope,MCCommonStatementsSymbols2Json>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeAddons(IMCCommonStatementsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) voiddeserializeAddons(IMCCommonStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) protected voiddeserializeSymbols(IMCCommonStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) serialize(IMCCommonStatementsArtifactScope toSerialize, MCCommonStatementsSymbols2Json s2j) serialize(IMCCommonStatementsScope toSerialize, MCCommonStatementsSymbols2Json s2j) voidserializeAddons(IMCCommonStatementsArtifactScope toSerialize, MCCommonStatementsSymbols2Json s2j) voidserializeAddons(IMCCommonStatementsScope toSerialize, MCCommonStatementsSymbols2Json s2j)
-
Constructor Details
-
MCCommonStatementsDeSer
public MCCommonStatementsDeSer()
-
-
Method Details
-
serialize
- Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
serialize
public String serialize(IMCCommonStatementsArtifactScope toSerialize, MCCommonStatementsSymbols2Json s2j) - Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCCommonStatementsScope toSerialize, MCCommonStatementsSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCCommonStatementsArtifactScope toSerialize, MCCommonStatementsSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
deserializeScope
public IMCCommonStatementsScope deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
deserializeArtifactScope
public IMCCommonStatementsArtifactScope deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeArtifactScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
deserializeSymbols
protected void deserializeSymbols(IMCCommonStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) -
deserializeAddons
public void deserializeAddons(IMCCommonStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-
deserializeAddons
public void deserializeAddons(IMCCommonStatementsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCCommonStatementsScope,IMCCommonStatementsArtifactScope, MCCommonStatementsSymbols2Json>
-