Package de.monticore.codegen
Class CodeGenVisitorState
java.lang.Object
de.monticore.codegen.CodeGenVisitorState
- Direct Known Subclasses:
JavaGenVisitorState
Common data and functionality shared between all code generations visitors.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.monticore.prettyprint.IndentPrinterThe printer to print code to.
-
Field Details
-
LOG_NAME
- See Also:
-
printer
protected de.monticore.prettyprint.IndentPrinter printer
-
-
Constructor Details
-
CodeGenVisitorState
public CodeGenVisitorState(de.monticore.prettyprint.IndentPrinter printer)
-
-
Method Details
-
getPrinter
public de.monticore.prettyprint.IndentPrinter getPrinter()The printer to print code to.- Returns:
- the printer to print code to.
-