Class UMLStereotypeSymbols2Json
java.lang.Object
de.monticore.umlstereotype._symboltable.UMLStereotypeSymbols2Json
- All Implemented Interfaces:
UMLStereotypeVisitor2,de.monticore.visitor.IVisitor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected de.monticore.symboltable.serialization.JsonPrinterprotected UMLStereotypeSymbols2Jsonprotected de.monticore.symboltable.serialization.IDeSer<IUMLStereotypeScope, IUMLStereotypeArtifactScope, UMLStereotypeSymbols2Json> protected UMLStereotypeTraverser -
Constructor Summary
ConstructorsConstructorDescriptionUMLStereotypeSymbols2Json(UMLStereotypeTraverser traverser, de.monticore.symboltable.serialization.JsonPrinter printer) -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(String serialized) voidvoidendVisit(IUMLStereotypeScope node) de.monticore.symboltable.serialization.JsonPrintervoidinit()serialize(IUMLStereotypeArtifactScope toSerialize) serialize(IUMLStereotypeScope toSerialize) voidsetJsonPrinter(de.monticore.symboltable.serialization.JsonPrinter printer) voidsetRealThis(UMLStereotypeSymbols2Json realThis) voidsetTraverser(UMLStereotypeTraverser traverser) store(IUMLStereotypeArtifactScope scope, String fileName) voidvoidvisit(IUMLStereotypeScope node) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.visitor.IVisitor
endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit
-
Field Details
-
scopeDeSer
protected de.monticore.symboltable.serialization.IDeSer<IUMLStereotypeScope,IUMLStereotypeArtifactScope, scopeDeSerUMLStereotypeSymbols2Json> -
realThis
-
printer
protected de.monticore.symboltable.serialization.JsonPrinter printer -
traverser
-
-
Constructor Details
-
UMLStereotypeSymbols2Json
public UMLStereotypeSymbols2Json() -
UMLStereotypeSymbols2Json
public UMLStereotypeSymbols2Json(UMLStereotypeTraverser traverser, de.monticore.symboltable.serialization.JsonPrinter printer)
-
-
Method Details
-
getRealThis
-
setRealThis
-
getJsonPrinter
public de.monticore.symboltable.serialization.JsonPrinter getJsonPrinter() -
setJsonPrinter
public void setJsonPrinter(de.monticore.symboltable.serialization.JsonPrinter printer) -
serialize
-
serialize
-
deserialize
-
getTraverser
-
setTraverser
-
init
public void init() -
getSerializedString
-
load
-
load
-
load
-
store
-
visit
- Specified by:
visitin interfaceUMLStereotypeVisitor2
-
endVisit
- Specified by:
endVisitin interfaceUMLStereotypeVisitor2
-
visit
- Specified by:
visitin interfaceUMLStereotypeVisitor2
-
endVisit
- Specified by:
endVisitin interfaceUMLStereotypeVisitor2
-