Class RegExTypePrettyPrinter

java.lang.Object
de.monticore.regex.regextype._prettyprint.RegExTypePrettyPrinter
All Implemented Interfaces:
RegExTypeHandler, RegExTypeVisitor2, de.monticore.visitor.IHandler, de.monticore.visitor.IVisitor

public class RegExTypePrettyPrinter extends Object implements RegExTypeHandler, RegExTypeVisitor2
  • Field Details

    • printer

      protected de.monticore.prettyprint.IndentPrinter printer
    • printComments

      protected boolean printComments
    • traverser

      protected RegExTypeTraverser traverser
  • Constructor Details

    • RegExTypePrettyPrinter

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