org.stjs.generator.writer
Class CommentWriter<JS>

java.lang.Object
  extended by 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

Constructor Summary
CommentWriter()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentWriter

public CommentWriter()
Method Detail

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.