Class UMLStereotypePrettyPrinter

java.lang.Object
de.monticore.umlstereotype._prettyprint.UMLStereotypePrettyPrinter
All Implemented Interfaces:
UMLStereotypeHandler, UMLStereotypeVisitor2, de.monticore.visitor.IHandler, de.monticore.visitor.IVisitor

public class UMLStereotypePrettyPrinter extends Object implements UMLStereotypeHandler, UMLStereotypeVisitor2
  • Field Details

    • printer

      protected de.monticore.prettyprint.IndentPrinter printer
    • printComments

      protected boolean printComments
    • traverser

      protected UMLStereotypeTraverser traverser
  • Constructor Details

    • UMLStereotypePrettyPrinter

      public UMLStereotypePrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments)
  • Method Details