Class UMLStereotypeFullPrettyPrinter

java.lang.Object
de.monticore.umlstereotype._prettyprint.UMLStereotypeFullPrettyPrinter

public class UMLStereotypeFullPrettyPrinter extends Object
  • Field Details

    • printer

      protected de.monticore.prettyprint.IndentPrinter printer
    • traverser

      protected UMLStereotypeTraverser traverser
  • Constructor Details

    • UMLStereotypeFullPrettyPrinter

      public UMLStereotypeFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments)
    • UMLStereotypeFullPrettyPrinter

      public UMLStereotypeFullPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer)
  • Method Details

    • getPrinter

      public de.monticore.prettyprint.IndentPrinter getPrinter()
    • getTraverser

      public UMLStereotypeTraverser getTraverser()
    • setTraverser

      public void setTraverser(UMLStereotypeTraverser traverser)
    • initializeTraverser

      protected void initializeTraverser(boolean printComments)
    • setPrintComments

      public void setPrintComments(boolean printComments)
    • prettyprint

      public String prettyprint(de.monticore.ast.ASTNode node)