Class MCVarDeclarationStatementsDeSer
java.lang.Object
de.monticore.statements.mcvardeclarationstatements._symboltable.MCVarDeclarationStatementsDeSer
- All Implemented Interfaces:
de.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
public class MCVarDeclarationStatementsDeSer
extends Object
implements de.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope,MCVarDeclarationStatementsSymbols2Json>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeAddons(IMCVarDeclarationStatementsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) voiddeserializeAddons(IMCVarDeclarationStatementsScope 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(IMCVarDeclarationStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) serialize(IMCVarDeclarationStatementsArtifactScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) serialize(IMCVarDeclarationStatementsScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) voidserializeAddons(IMCVarDeclarationStatementsArtifactScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) voidserializeAddons(IMCVarDeclarationStatementsScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j)
-
Constructor Details
-
MCVarDeclarationStatementsDeSer
public MCVarDeclarationStatementsDeSer()
-
-
Method Details
-
serialize
public String serialize(IMCVarDeclarationStatementsScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) - Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
serialize
public String serialize(IMCVarDeclarationStatementsArtifactScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) - Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCVarDeclarationStatementsScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
serializeAddons
public void serializeAddons(IMCVarDeclarationStatementsArtifactScope toSerialize, MCVarDeclarationStatementsSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
deserializeScope
public IMCVarDeclarationStatementsScope deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
deserializeArtifactScope
public IMCVarDeclarationStatementsArtifactScope deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeArtifactScopein interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
deserializeSymbols
protected void deserializeSymbols(IMCVarDeclarationStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) -
deserializeAddons
public void deserializeAddons(IMCVarDeclarationStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-
deserializeAddons
public void deserializeAddons(IMCVarDeclarationStatementsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IMCVarDeclarationStatementsScope,IMCVarDeclarationStatementsArtifactScope, MCVarDeclarationStatementsSymbols2Json>
-