Class Grammar_WithConceptsFullPrettyPrinter
java.lang.Object
de.monticore.grammar.grammar_withconcepts._prettyprint.Grammar_WithConceptsFullPrettyPrinter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected de.monticore.prettyprint.IndentPrinterprotected Grammar_WithConceptsTraverser -
Constructor Summary
ConstructorsConstructorDescriptionGrammar_WithConceptsFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer) Grammar_WithConceptsFullPrettyPrinter(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(Grammar_WithConceptsTraverser traverser)
-
Field Details
-
printer
protected de.monticore.prettyprint.IndentPrinter printer -
traverser
-
-
Constructor Details
-
Grammar_WithConceptsFullPrettyPrinter
public Grammar_WithConceptsFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
Grammar_WithConceptsFullPrettyPrinter
public Grammar_WithConceptsFullPrettyPrinter(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
-