| Class | Description |
|---|---|
| JavaScriptCompletionResolver |
Compiles the entered text using Rhino and tries to resolve the JavaScriptType
from the AstRoot e.g var a = ""; "" --> String JavaScriptType var b =
a.toString() a.toString --> String JavaScriptType
etc..
|
| JavaScriptResolver | |
| JSR223JavaScriptCompletionResolver |