Class CompSymbolsFullPrettyPrinter

java.lang.Object
de.monticore.symbols.compsymbols._prettyprint.CompSymbolsFullPrettyPrinter

public class CompSymbolsFullPrettyPrinter extends Object
  • Field Details

    • printer

      protected de.monticore.prettyprint.IndentPrinter printer
    • traverser

      protected CompSymbolsTraverser traverser
  • Constructor Details

    • CompSymbolsFullPrettyPrinter

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

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

    • getPrinter

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

      public CompSymbolsTraverser getTraverser()
    • setTraverser

      public void setTraverser(CompSymbolsTraverser traverser)
    • initializeTraverser

      protected void initializeTraverser(boolean printComments)
    • setPrintComments

      public void setPrintComments(boolean printComments)
    • prettyprint

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