Interface | Description |
---|---|
AutoCompleter |
Helper for generating autocomplete suggestions for code fragments.
|
CodeGenerator | Deprecated
To be removed in SciJava Common 3.0.0.
|
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 |
---|---|
AbstractAutoCompleter |
Abstract base class for
AutoCompleter implementations. |
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 . |
AutoCompletionResult |
Data structure housing suggestions given by
AutoCompleter helpers. |
CodeGeneratorJava | Deprecated
To be removed in SciJava Common 3.0.0.
|
DefaultAutoCompleter |
Default implementation of
AutoCompleter . |
DefaultScriptHeaderService |
Default
ScriptHeaderService implementation. |
DefaultScriptInterpreter |
The default implementation of a
ScriptInterpreter . |
DefaultScriptService |
Default service for working with scripts.
|
InvocationObject | Deprecated
To be removed in SciJava Common 3.0.0.
|
ParameterObject | Deprecated
To be removed in SciJava Common 3.0.0.
|
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 © 2015–2022 SciJava. All rights reserved.