| Interface | Description |
|---|---|
| ScriptCompiler |
This interface reperesents common functionality list that should be available
for any commpiler that is going to be used with scripting engine.
|
| ScriptContext |
This class represents script context that can be loaded, unloaded, etc...
|
| Class | Description |
|---|---|
| CompilationResult |
This class represents compilation result of script context
|
| ScriptClassLoader |
Abstract class loader that should be extended by child classloaders.
|
| ScriptContextFactory |
This class is script context provider.
|
Copyright © 2014–2015. All rights reserved.