Uses of Class
org.stjs.generator.visitor.TreePathScannerContributors

Packages that use TreePathScannerContributors
org.stjs.generator.check   
org.stjs.generator.visitor   
org.stjs.generator.writer   
 

Uses of TreePathScannerContributors in org.stjs.generator.check
 

Subclasses of TreePathScannerContributors in org.stjs.generator.check
 class CheckVisitor
          This visitor will visit the Java AST to check for constructions that cannot be used because they don't have a suitable JavaScript correspondent.
 

Uses of TreePathScannerContributors in org.stjs.generator.visitor
 

Classes in org.stjs.generator.visitor with type parameters of type TreePathScannerContributors
 class TreePathScannerContributors<R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,V>>
           
 interface VisitorContributor<T extends Tree,R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,?>>
           
 interface VisitorFilterContributor<T extends Tree,R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,?>>
           
 

Constructors in org.stjs.generator.visitor with parameters of type TreePathScannerContributors
TreePathScannerContributors(TreePathScannerContributors<R,P,V> copy)
           
 

Uses of TreePathScannerContributors in org.stjs.generator.writer
 

Subclasses of TreePathScannerContributors in org.stjs.generator.writer
 class WriterVisitor<R>
          This class visits the Java AST and calls the corresponding writers to generate JavaScript.
 



Copyright © 2014. All Rights Reserved.