| Package | Description |
|---|---|
| org.stjs.generator.check | |
| org.stjs.generator.visitor | |
| org.stjs.generator.writer |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreePathScannerContributors<R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,V>> |
interface |
VisitorContributor<T extends com.sun.source.tree.Tree,R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,?>> |
interface |
VisitorFilterContributor<T extends com.sun.source.tree.Tree,R,P extends TreePathHolder,V extends TreePathScannerContributors<R,P,?>> |
| Constructor and Description |
|---|
TreePathScannerContributors(TreePathScannerContributors<R,P,V> copy) |
| Modifier and Type | Class and Description |
|---|---|
class |
WriterVisitor<R>
This class visits the Java AST and calls the corresponding writers to generate JavaScript.
|
Copyright © 2015. All Rights Reserved.