Class MCCommonLiteralsPrettyPrinter
java.lang.Object
de.monticore.literals.mccommonliterals._prettyprint.MCCommonLiteralsPrettyPrinterTOP
de.monticore.literals.mccommonliterals._prettyprint.MCCommonLiteralsPrettyPrinter
- All Implemented Interfaces:
MCCommonLiteralsHandler,MCCommonLiteralsVisitor2,de.monticore.visitor.IHandler,de.monticore.visitor.IVisitor
This hand-written literals pretty printer handles the noSpace option
and further special cases for string literals
-
Field Summary
Fields inherited from class de.monticore.literals.mccommonliterals._prettyprint.MCCommonLiteralsPrettyPrinterTOP
printComments, printer, traverser -
Constructor Summary
ConstructorsConstructorDescriptionMCCommonLiteralsPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(ASTCharLiteral node) voidhandle(ASTStringLiteral node) Methods inherited from class de.monticore.literals.mccommonliterals._prettyprint.MCCommonLiteralsPrettyPrinterTOP
getPrinter, getTraverser, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, isPrintComments, setPrintComments, setTraverserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.monticore.visitor.IHandler
handle, handle, handle, handle, handle, traverse, traverseMethods inherited from interface de.monticore.visitor.IVisitor
endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visitMethods inherited from interface de.monticore.literals.mccommonliterals._visitor.MCCommonLiteralsHandler
handle, handle, handle, handle, handle, handle, handle, handle, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverse, traverseMethods inherited from interface de.monticore.literals.mccommonliterals._visitor.MCCommonLiteralsVisitor2
endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, endVisit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
-
Constructor Details
-
MCCommonLiteralsPrettyPrinter
public MCCommonLiteralsPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler- Overrides:
handlein classMCCommonLiteralsPrettyPrinterTOP
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler- Overrides:
handlein classMCCommonLiteralsPrettyPrinterTOP
-