|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||