Class MCFullGenericTypesSymbols2Json
- java.lang.Object
-
- de.monticore.types.mcfullgenerictypes._symboltable.MCFullGenericTypesSymbols2Json
-
- All Implemented Interfaces:
MCFullGenericTypesVisitor2,de.monticore.visitor.IVisitor
public class MCFullGenericTypesSymbols2Json extends java.lang.Object implements MCFullGenericTypesVisitor2
-
-
Field Summary
Fields Modifier and Type Field Description protected de.monticore.symboltable.serialization.JsonPrinterprinterprotected MCFullGenericTypesSymbols2JsonrealThisprotected de.monticore.symboltable.serialization.IDeSer<IMCFullGenericTypesScope,IMCFullGenericTypesArtifactScope,MCFullGenericTypesSymbols2Json>scopeDeSerprotected MCFullGenericTypesTraversertraverser
-
Constructor Summary
Constructors Constructor Description MCFullGenericTypesSymbols2Json()MCFullGenericTypesSymbols2Json(MCFullGenericTypesTraverser traverser, de.monticore.symboltable.serialization.JsonPrinter printer)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
scopeDeSer
protected de.monticore.symboltable.serialization.IDeSer<IMCFullGenericTypesScope,IMCFullGenericTypesArtifactScope,MCFullGenericTypesSymbols2Json> scopeDeSer
-
realThis
protected MCFullGenericTypesSymbols2Json realThis
-
printer
protected de.monticore.symboltable.serialization.JsonPrinter printer
-
traverser
protected MCFullGenericTypesTraverser traverser
-
-
Constructor Detail
-
MCFullGenericTypesSymbols2Json
public MCFullGenericTypesSymbols2Json()
-
MCFullGenericTypesSymbols2Json
public MCFullGenericTypesSymbols2Json(MCFullGenericTypesTraverser traverser, de.monticore.symboltable.serialization.JsonPrinter printer)
-
-
Method Detail
-
getRealThis
public MCFullGenericTypesSymbols2Json getRealThis()
-
setRealThis
public void setRealThis(MCFullGenericTypesSymbols2Json realThis)
-
getJsonPrinter
public de.monticore.symboltable.serialization.JsonPrinter getJsonPrinter()
-
setJsonPrinter
public void setJsonPrinter(de.monticore.symboltable.serialization.JsonPrinter printer)
-
serialize
public java.lang.String serialize(IMCFullGenericTypesScope toSerialize)
-
serialize
public java.lang.String serialize(IMCFullGenericTypesArtifactScope toSerialize)
-
deserialize
public IMCFullGenericTypesArtifactScope deserialize(java.lang.String serialized)
-
getTraverser
public MCFullGenericTypesTraverser getTraverser()
-
setTraverser
public void setTraverser(MCFullGenericTypesTraverser traverser)
-
init
public void init()
-
getSerializedString
public java.lang.String getSerializedString()
-
load
public IMCFullGenericTypesArtifactScope load(java.net.URL url)
-
load
public IMCFullGenericTypesArtifactScope load(java.io.Reader reader)
-
load
public IMCFullGenericTypesArtifactScope load(java.lang.String model)
-
store
public java.lang.String store(IMCFullGenericTypesArtifactScope scope, java.lang.String fileName)
-
visit
public void visit(IMCFullGenericTypesScope node)
- Specified by:
visitin interfaceMCFullGenericTypesVisitor2
-
endVisit
public void endVisit(IMCFullGenericTypesScope node)
- Specified by:
endVisitin interfaceMCFullGenericTypesVisitor2
-
visit
public void visit(IMCFullGenericTypesArtifactScope node)
- Specified by:
visitin interfaceMCFullGenericTypesVisitor2
-
endVisit
public void endVisit(IMCFullGenericTypesArtifactScope node)
- Specified by:
endVisitin interfaceMCFullGenericTypesVisitor2
-
-