Class SetExpressionsFullPrettyPrinter
java.lang.Object
de.monticore.ocl.setexpressions._prettyprint.SetExpressionsFullPrettyPrinter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected de.monticore.prettyprint.IndentPrinterprotected SetExpressionsTraverser -
Constructor Summary
ConstructorsConstructorDescriptionSetExpressionsFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer) SetExpressionsFullPrettyPrinter(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(SetExpressionsTraverser traverser)
-
Field Details
-
printer
protected de.monticore.prettyprint.IndentPrinter printer -
traverser
-
-
Constructor Details
-
SetExpressionsFullPrettyPrinter
public SetExpressionsFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
SetExpressionsFullPrettyPrinter
public SetExpressionsFullPrettyPrinter(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
-