Class MCExceptionStatementsSymbols2Json
- java.lang.Object
-
- de.monticore.statements.mcexceptionstatements._symboltable.MCExceptionStatementsSymbols2Json
-
- All Implemented Interfaces:
MCExceptionStatementsVisitor2,de.monticore.visitor.IVisitor
public class MCExceptionStatementsSymbols2Json extends java.lang.Object implements MCExceptionStatementsVisitor2
-
-
Field Summary
Fields Modifier and Type Field Description protected de.monticore.symboltable.serialization.JsonPrinterprinterprotected MCExceptionStatementsSymbols2JsonrealThisprotected de.monticore.symboltable.serialization.IDeSer<IMCExceptionStatementsScope,IMCExceptionStatementsArtifactScope,MCExceptionStatementsSymbols2Json>scopeDeSerprotected MCExceptionStatementsTraversertraverser
-
Constructor Summary
Constructors Constructor Description MCExceptionStatementsSymbols2Json()MCExceptionStatementsSymbols2Json(MCExceptionStatementsTraverser 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<IMCExceptionStatementsScope,IMCExceptionStatementsArtifactScope,MCExceptionStatementsSymbols2Json> scopeDeSer
-
realThis
protected MCExceptionStatementsSymbols2Json realThis
-
printer
protected de.monticore.symboltable.serialization.JsonPrinter printer
-
traverser
protected MCExceptionStatementsTraverser traverser
-
-
Constructor Detail
-
MCExceptionStatementsSymbols2Json
public MCExceptionStatementsSymbols2Json()
-
MCExceptionStatementsSymbols2Json
public MCExceptionStatementsSymbols2Json(MCExceptionStatementsTraverser traverser, de.monticore.symboltable.serialization.JsonPrinter printer)
-
-
Method Detail
-
getRealThis
public MCExceptionStatementsSymbols2Json getRealThis()
-
setRealThis
public void setRealThis(MCExceptionStatementsSymbols2Json 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(IMCExceptionStatementsScope toSerialize)
-
serialize
public java.lang.String serialize(IMCExceptionStatementsArtifactScope toSerialize)
-
deserialize
public IMCExceptionStatementsArtifactScope deserialize(java.lang.String serialized)
-
getTraverser
public MCExceptionStatementsTraverser getTraverser()
-
setTraverser
public void setTraverser(MCExceptionStatementsTraverser traverser)
-
init
public void init()
-
getSerializedString
public java.lang.String getSerializedString()
-
load
public IMCExceptionStatementsArtifactScope load(java.net.URL url)
-
load
public IMCExceptionStatementsArtifactScope load(java.io.Reader reader)
-
load
public IMCExceptionStatementsArtifactScope load(java.lang.String model)
-
store
public java.lang.String store(IMCExceptionStatementsArtifactScope scope, java.lang.String fileName)
-
visit
public void visit(IMCExceptionStatementsScope node)
- Specified by:
visitin interfaceMCExceptionStatementsVisitor2
-
endVisit
public void endVisit(IMCExceptionStatementsScope node)
- Specified by:
endVisitin interfaceMCExceptionStatementsVisitor2
-
visit
public void visit(IMCExceptionStatementsArtifactScope node)
- Specified by:
visitin interfaceMCExceptionStatementsVisitor2
-
endVisit
public void endVisit(IMCExceptionStatementsArtifactScope node)
- Specified by:
endVisitin interfaceMCExceptionStatementsVisitor2
-
-