Package org.scijava.script

Interface Summary
CodeGenerator Code Generator Interface
ScriptHeader Represents one or more canned lines intended to go at the top of scripts of a given language.
ScriptHeaderService Interface for a HandlerService capable of mapping ScriptLanguages to ScriptHeaders.
ScriptInterpreter The contract for script interpreters.
ScriptLanguage The base interface for scripting language adapters.
ScriptService Interface for service that works with scripting languages.
 

Class Summary
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 ImageJ's scripting interface.
AbstractScriptHeader Abstract superclass for ScriptHeader implementations.
AbstractScriptLanguage Abstract superclass for ScriptLanguage implementations.
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 scripting languages.
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.
 



Copyright © 2009–2014 SciJava. All rights reserved.