
| Interface | Description |
|---|---|
| ErrorReporter |
This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution.
|
| Class | Description |
|---|---|
| Context |
This class represents the runtime context of an executing script.
|
| IRFactory |
This class allows the creation of nodes, and follows the Factory pattern.
|
| Node |
This class implements the root of the intermediate representation.
|
| ObjArray |
Implementation of resizable array with focus on minimizing memory usage by storing few initial array elements in object fields.
|
| ObjToIntMap |
Map to associate objects to integers.
|
| ObjToIntMap.Iterator | |
| Parser |
This class implements the JavaScript parser.
|
| ScriptRuntime |
This is the class that implements the runtime.
|
| TokenStream |
This class implements the JavaScript scanner.
|
| Exception | Description |
|---|---|
| EvaluatorException |
The class of exceptions thrown by the JavaScript engine.
|
| JavaScriptException |
Java reflection of JavaScript exceptions.
|
Copyright © 2018. All rights reserved.