Class LabelSymbolDeSer
java.lang.Object
de.monticore.statements.mclowlevelstatements._symboltable.LabelSymbolDeSer
- All Implemented Interfaces:
de.monticore.symboltable.serialization.ISymbolDeSer<LabelSymbol,MCLowLevelStatementsSymbols2Json>
public class LabelSymbolDeSer
extends Object
implements de.monticore.symboltable.serialization.ISymbolDeSer<LabelSymbol,MCLowLevelStatementsSymbols2Json>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(IMCLowLevelStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject symbolJson) deserialize(de.monticore.symboltable.IScope enclosingScope, de.monticore.symboltable.serialization.json.JsonObject symbolJson) deserialize(de.monticore.symboltable.serialization.json.JsonObject symbolJson) protected voiddeserializeAddons(LabelSymbol symbol, de.monticore.symboltable.serialization.json.JsonObject symbolJson) serialize(LabelSymbol toSerialize, MCLowLevelStatementsSymbols2Json s2j) protected voidserializeAddons(LabelSymbol toSerialize, MCLowLevelStatementsSymbols2Json s2j) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.symboltable.serialization.ISymbolDeSer
deserialize, deserialize
-
Constructor Details
-
LabelSymbolDeSer
public LabelSymbolDeSer()
-
-
Method Details
-
getSerializedKind
- Specified by:
getSerializedKindin interfacede.monticore.symboltable.serialization.ISymbolDeSer<LabelSymbol,MCLowLevelStatementsSymbols2Json>
-
serialize
- Specified by:
serializein interfacede.monticore.symboltable.serialization.ISymbolDeSer<LabelSymbol,MCLowLevelStatementsSymbols2Json>
-
serializeAddons
-
deserialize
public LabelSymbol deserialize(IMCLowLevelStatementsScope scope, de.monticore.symboltable.serialization.json.JsonObject symbolJson) -
deserialize
- Specified by:
deserializein interfacede.monticore.symboltable.serialization.ISymbolDeSer<LabelSymbol,MCLowLevelStatementsSymbols2Json>
-
deserialize
public LabelSymbol deserialize(de.monticore.symboltable.IScope enclosingScope, de.monticore.symboltable.serialization.json.JsonObject symbolJson) - Specified by:
deserializein interfacede.monticore.symboltable.serialization.ISymbolDeSer<LabelSymbol,MCLowLevelStatementsSymbols2Json>
-
deserializeAddons
protected void deserializeAddons(LabelSymbol symbol, de.monticore.symboltable.serialization.json.JsonObject symbolJson)
-