org.stjs.generator.writer
Class CommentWriter<JS>
java.lang.Object
org.stjs.generator.writer.CommentWriter<JS>
- Type Parameters:
JS -
- All Implemented Interfaces:
- VisitorFilterContributor<com.sun.source.tree.Tree,JS,GenerationContext<JS>,WriterVisitor<JS>>, WriterFilter<com.sun.source.tree.Tree,JS>
public class CommentWriter<JS>
- extends Object
- implements WriterFilter<com.sun.source.tree.Tree,JS>
add the javadoc comment for the processed nodes.
- Author:
- acraciun
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommentWriter
public CommentWriter()
visit
public JS visit(WriterVisitor<JS> visitor,
com.sun.source.tree.Tree tree,
GenerationContext<JS> context,
VisitorContributor<com.sun.source.tree.Tree,JS,GenerationContext<JS>,WriterVisitor<JS>> chain)
- Specified by:
visit in interface VisitorFilterContributor<com.sun.source.tree.Tree,JS,GenerationContext<JS>,WriterVisitor<JS>>
Copyright © 2014. All Rights Reserved.