Package de.monticore.prettyprint
Class CommentPrettyPrinter
java.lang.Object
de.monticore.prettyprint.CommentPrettyPrinter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidPrint all comments after an ASTNodestatic voidPrint all comments before an ASTNode
-
Constructor Details
-
CommentPrettyPrinter
public CommentPrettyPrinter()
-
-
Method Details
-
printPreComments
Print all comments before an ASTNode- Parameters:
a- ASTNode that precomments shall be printedp- IndentPrinter that should be used for printing
-
printPostComments
Print all comments after an ASTNode- Parameters:
a- ASTNode that postcomments shall be printedp- IndentPrinter that should be used for printing
-