| Interface | Description |
|---|---|
| ParsedScript |
Abstract parsed script, with this object, a parsed script can be run numerous
times without parsing the file each time.
|
| ScriptInterpreter |
Behavior for scripting languages.
|
| Class | Description |
|---|---|
| ScriptInterpreterFactory |
Retrieve the interpreter and ensure only one instance is created per engine.
|
| Enum | Description |
|---|---|
| ScriptInterpreterFactory.ScriptLanguage |
All languages available.
|
| Exception | Description |
|---|---|
| ScriptException |
Exception thrown in script environment.
|
Copyright © 2014–2017. All rights reserved.