org.stjs.generator.visitor
Interface VisitorFilterContributor<T extends com.sun.source.tree.Tree,R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,?>>
- All Known Subinterfaces:
- WriterFilter<T,R>
- All Known Implementing Classes:
- CommentWriter
public interface VisitorFilterContributor<T extends com.sun.source.tree.Tree,R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,?>>
visit
R visit(V visitor,
T tree,
P p,
VisitorContributor<T,R,P,V> chain)
Copyright © 2014. All Rights Reserved.