Class TypeParametersPrettyPrinter

java.lang.Object
de.monticore.types.typeparameters._prettyprint.TypeParametersPrettyPrinter
All Implemented Interfaces:
TypeParametersHandler, TypeParametersVisitor2, de.monticore.visitor.IHandler, de.monticore.visitor.IVisitor

public class TypeParametersPrettyPrinter extends Object implements TypeParametersHandler, TypeParametersVisitor2
  • Field Details

    • printer

      protected de.monticore.prettyprint.IndentPrinter printer
    • printComments

      protected boolean printComments
    • traverser

      protected TypeParametersTraverser traverser
  • Constructor Details

    • TypeParametersPrettyPrinter

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