Class MCCommonFullPrettyPrinter
java.lang.Object
de.monticore.mccommon._prettyprint.MCCommonFullPrettyPrinter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected de.monticore.prettyprint.IndentPrinterprotected MCCommonTraverser -
Constructor Summary
ConstructorsConstructorDescriptionMCCommonFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer) MCCommonFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
Method Summary
Modifier and TypeMethodDescriptionde.monticore.prettyprint.IndentPrinterprotected voidinitializeTraverser(boolean printComments) prettyprint(de.monticore.ast.ASTNode node) voidsetPrintComments(boolean printComments) voidsetTraverser(MCCommonTraverser traverser)
-
Field Details
-
printer
protected de.monticore.prettyprint.IndentPrinter printer -
traverser
-
-
Constructor Details
-
MCCommonFullPrettyPrinter
public MCCommonFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
MCCommonFullPrettyPrinter
public MCCommonFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer)
-
-
Method Details
-
getPrinter
public de.monticore.prettyprint.IndentPrinter getPrinter() -
getTraverser
-
setTraverser
-
initializeTraverser
protected void initializeTraverser(boolean printComments) -
setPrintComments
public void setPrintComments(boolean printComments) -
prettyprint
-