| Class | Description |
|---|---|
| SharedVariableCollector |
A visitor which collects the list of variable expressions which are closure shared.
|
| StaticTypeCheckingVisitor |
The main class code visitor responsible for static type checking.
|
| Enum | Description |
|---|---|
| StaticTypesMarker |
This enumeration is used by the AST transformations which rely on static type checking, either
to store or to retrieve information from AST node metadata.
|