| Interface | Description |
|---|---|
| CheckContributor<T extends com.sun.source.tree.Tree> |
this interface is to be implemented by all the check contributors
|
| Class | Description |
|---|---|
| Checks |
keeps the list of errors found during the check of a Java AST.
|
| 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.
|
Copyright © 2015. All Rights Reserved.