Interface | Description |
---|---|
CodeGenerator |
Code Generator Interface
|
ScriptHeader |
Represents one or more canned lines intended to go at the top of scripts of a
given language.
|
ScriptHeaderService | |
ScriptInterpreter |
The contract for script interpreters.
|
ScriptLanguage |
The base interface for scripting language adapters.
|
ScriptService |
Interface for service that works with scripts.
|
Class | Description |
---|---|
AbstractScriptContext |
A minimal implementation of
ScriptContext for use in the
AbstractScriptEngine . |
AbstractScriptEngine |
This class implements dummy versions for ScriptEngine's methods that are not
needed by the SciJava scripting framework.
|
AbstractScriptHeader |
Abstract superclass for
ScriptHeader implementations. |
AbstractScriptLanguage |
Abstract superclass for
ScriptLanguage implementations. |
AdaptedScriptEngine |
Abstract superclass for
ScriptEngine implementations which adapt an
existing ScriptEngine . |
AdaptedScriptLanguage |
Abstract superclass for
ScriptLanguage implementations which adapt an
existing ScriptEngineFactory . |
CodeGeneratorJava |
CodeGenerator for Java. |
DefaultScriptHeaderService |
Default
ScriptHeaderService implementation. |
DefaultScriptInterpreter |
The default implementation of a
ScriptInterpreter . |
DefaultScriptService |
Default service for working with scripts.
|
InvocationObject |
Holds a module or plugin reference that was invoked in a macro recording, and
the parameters that were passed to it.
|
ParameterObject |
Holds a parameter, its type and value, for a recorded macro.
|
ScriptFinder |
Discovers scripts.
|
ScriptInfo |
Metadata about a script.
|
ScriptLanguageIndex |
Data structure for managing registered scripting languages.
|
ScriptModule |
A
Module which executes a script. |
ScriptREPL |
A REPL for SciJava script engines, which allows dynamic language switching.
|
Copyright © 2009–2016 SciJava. All rights reserved.