| Interface | Description |
|---|---|
| AbstractNodeVisitor |
Visitor for flowgraph nodes.
|
| FlowGraph.FunctionCacheKey |
Cache key for dynamically created functions.
|
| Class | Description |
|---|---|
| AbstractNode |
Abstract base class for all nodes.
|
| BasicBlock |
Sequence of nodes.
|
| BlockDependencyOrderer |
Orders blocks according to their dependencies.
|
| FlowGraph |
Flow graph.
|
| FlowGraph.FunctionDynamicSourceCacheKey |
Cache key for functions that are created from string expressions at runtime.
|
| FlowGraph.FunctionFileSourceCacheKey |
Cache key for functions that are created from files at runtime.
|
| FlowGraphFragment |
A fragment of a flow graph.
|
| Function |
Function sub-graph.
|
| HostEnvSources |
JavaScript sources for models of host environments.
|
| JavaScriptSource |
JavaScript code snippet with meta-information.
|
| SourceLocation |
Source location.
|
| SourceLocation.Comparator | |
| SourceLocation.CustomStaticLocationMaker |
As
SourceLocation.StaticLocationMaker, but with a custom name. |
| SourceLocation.DynamicLocationMaker |
Creates SourceLocations that are created dynamically, through `eval` and related functions.
|
| SourceLocation.SourceLocationMaker |
Abstract factory for creating SourceLocations
|
| SourceLocation.StaticLocationMaker |
Creates SourceLocations that exist in static source files.
|
| SourceLocation.SyntheticLocationMaker |
Creates SourceLocations for synthetic locations.
|
| ValueLogLocationInformation |
Log files from the value logger uses slightly different source location than TAJS for some syntactic constructs.
|
| Enum | Description |
|---|---|
| EventType |
Auxiliary methods for recognizing HTML attribute names related to event handlers.
|
| JavaScriptSource.Kind | |
| SourceLocation.Kind | |
| TAJSFunctionName |
The complete list of names for TAJS_-functions.
|
Copyright © 2009-2019 Aarhus University