Class Grammar_WithConceptsDeSer
java.lang.Object
de.monticore.grammar.grammar_withconcepts._symboltable.Grammar_WithConceptsDeSer
- All Implemented Interfaces:
de.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
public class Grammar_WithConceptsDeSer
extends Object
implements de.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope,Grammar_WithConceptsSymbols2Json>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Optional<de.monticore.symboltable.serialization.json.JsonObject> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeserializeAddons(IGrammar_WithConceptsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) voiddeserializeAddons(IGrammar_WithConceptsScope 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(IGrammar_WithConceptsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) protected de.monticore.symboltable.serialization.ISymbolDeSerserialize(IGrammar_WithConceptsArtifactScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) serialize(IGrammar_WithConceptsScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) voidserializeAddons(IGrammar_WithConceptsArtifactScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) voidserializeAddons(IGrammar_WithConceptsScope toSerialize, Grammar_WithConceptsSymbols2Json s2j)
-
Field Details
-
symbolHierarchiesJsonObjectOpt
protected Optional<de.monticore.symboltable.serialization.json.JsonObject> symbolHierarchiesJsonObjectOpt
-
-
Constructor Details
-
Grammar_WithConceptsDeSer
public Grammar_WithConceptsDeSer()
-
-
Method Details
-
serialize
public String serialize(IGrammar_WithConceptsScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) - Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
serialize
public String serialize(IGrammar_WithConceptsArtifactScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) - Specified by:
serializein interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
serializeAddons
public void serializeAddons(IGrammar_WithConceptsScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
serializeAddons
public void serializeAddons(IGrammar_WithConceptsArtifactScope toSerialize, Grammar_WithConceptsSymbols2Json s2j) - Specified by:
serializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
deserializeScope
public IGrammar_WithConceptsScope deserializeScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeScopein interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
deserializeArtifactScope
public IGrammar_WithConceptsArtifactScope deserializeArtifactScope(de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeArtifactScopein interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
deserializeSymbols
protected void deserializeSymbols(IGrammar_WithConceptsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) -
getDeser
-
deserializeAddons
public void deserializeAddons(IGrammar_WithConceptsScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-
deserializeAddons
public void deserializeAddons(IGrammar_WithConceptsArtifactScope scope, de.monticore.symboltable.serialization.json.JsonObject scopeJson) - Specified by:
deserializeAddonsin interfacede.monticore.symboltable.serialization.IDeSer<IGrammar_WithConceptsScope,IGrammar_WithConceptsArtifactScope, Grammar_WithConceptsSymbols2Json>
-