Class MCCommonLiteralsPrettyPrinterTOP
java.lang.Object
de.monticore.literals.mccommonliterals._prettyprint.MCCommonLiteralsPrettyPrinterTOP
- All Implemented Interfaces:
MCCommonLiteralsHandler,MCCommonLiteralsVisitor2,de.monticore.visitor.IHandler,de.monticore.visitor.IVisitor
- Direct Known Subclasses:
MCCommonLiteralsPrettyPrinter
public abstract class MCCommonLiteralsPrettyPrinterTOP
extends Object
implements MCCommonLiteralsHandler, MCCommonLiteralsVisitor2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected de.monticore.prettyprint.IndentPrinterprotected MCCommonLiteralsTraverser -
Constructor Summary
ConstructorsConstructorDescriptionMCCommonLiteralsPrettyPrinterTOP(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
Method Summary
Modifier and TypeMethodDescriptionde.monticore.prettyprint.IndentPrintervoidhandle(ASTBasicDoubleLiteral node) voidhandle(ASTBasicFloatLiteral node) voidhandle(ASTBasicLongLiteral node) voidhandle(ASTBooleanLiteral node) voidhandle(ASTCharLiteral node) voidhandle(ASTNatLiteral node) voidhandle(ASTNullLiteral node) voidvoidvoidvoidhandle(ASTSignedNatLiteral node) voidhandle(ASTStringLiteral node) booleanvoidsetPrintComments(boolean printComments) voidsetTraverser(MCCommonLiteralsTraverser traverser) Methods 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
-
Field Details
-
printer
protected de.monticore.prettyprint.IndentPrinter printer -
printComments
protected boolean printComments -
traverser
-
-
Constructor Details
-
MCCommonLiteralsPrettyPrinterTOP
public MCCommonLiteralsPrettyPrinterTOP(de.monticore.prettyprint.IndentPrinter printer, boolean printComments)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
handle
- Specified by:
handlein interfaceMCCommonLiteralsHandler
-
getPrinter
public de.monticore.prettyprint.IndentPrinter getPrinter() -
isPrintComments
public boolean isPrintComments() -
setPrintComments
public void setPrintComments(boolean printComments) -
getTraverser
- Specified by:
getTraverserin interfacede.monticore.visitor.IHandler- Specified by:
getTraverserin interfaceMCCommonLiteralsHandler
-
setTraverser
- Specified by:
setTraverserin interfaceMCCommonLiteralsHandler
-