Class MCFullGenericTypesPrettyPrinter
java.lang.Object
de.monticore.types.mcfullgenerictypes._prettyprint.MCFullGenericTypesPrettyPrinter
- All Implemented Interfaces:
MCFullGenericTypesHandler,MCFullGenericTypesVisitor2,de.monticore.visitor.IHandler,de.monticore.visitor.IVisitor
public class MCFullGenericTypesPrettyPrinter
extends Object
implements MCFullGenericTypesHandler, MCFullGenericTypesVisitor2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected de.monticore.prettyprint.IndentPrinterprotected MCFullGenericTypesTraverser -
Constructor Summary
ConstructorsConstructorDescriptionMCFullGenericTypesPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments) -
Method Summary
Modifier and TypeMethodDescriptionde.monticore.prettyprint.IndentPrintervoidhandle(ASTMCInnerType node) voidvoidbooleanvoidsetPrintComments(boolean printComments) voidsetTraverser(MCFullGenericTypesTraverser 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, visit
-
Field Details
-
printer
protected de.monticore.prettyprint.IndentPrinter printer -
printComments
protected boolean printComments -
traverser
-
-
Constructor Details
-
MCFullGenericTypesPrettyPrinter
public MCFullGenericTypesPrettyPrinter(de.monticore.prettyprint.IndentPrinter printer, boolean printComments)
-
-
Method Details
-
handle
- Specified by:
handlein interfaceMCFullGenericTypesHandler
-
handle
- Specified by:
handlein interfaceMCFullGenericTypesHandler
-
handle
- Specified by:
handlein interfaceMCFullGenericTypesHandler
-
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 interfaceMCFullGenericTypesHandler
-
setTraverser
- Specified by:
setTraverserin interfaceMCFullGenericTypesHandler
-