com.google.gwt.dev.js.rhino |
|
Java Source File Name | Type | Comment |
BinaryDigitReader.java | Class | |
Context.java | Class | This class represents the runtime context of an executing script.
Before executing a script, an instance of Context must be created
and associated with the thread that will be executing the script.
The Context will be used to store information about the executing
of the script such as the call stack. |
DToA.java | Class | |
ErrorReporter.java | Interface | This is interface defines a protocol for the reporting of
errors during JavaScript translation or execution. |
EvaluatorException.java | Class | The class of exceptions thrown by the JavaScript engine. |
IRFactory.java | Class | This class allows the creation of nodes, and follows the Factory pattern. |
JavaScriptException.java | Class | Java reflection of JavaScript exceptions. |
LineBuffer.java | Class | An input buffer that combines fast character-based access with
(slower) support for retrieving the text of the current line. |
Node.java | Class | This class implements the root of the intermediate representation. |
ObjArray.java | Class | Implementation of resizable array with focus on minimizing memory usage by storing few initial array elements in object fields. |
ObjToIntMap.java | Class | Map to associate objects to integers. |
Parser.java | Class | This class implements the JavaScript parser. |
ScriptRuntime.java | Class | This is the class that implements the runtime. |
TokenStream.java | Class | This class implements the JavaScript scanner. |
UintMap.java | Class | Map to associate non-negative integers to objects or integers. |