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