public abstract class AbstractScriptLanguage extends AbstractRichPlugin implements ScriptLanguage
ScriptLanguage implementations.
 
 This class implements dummy versions of ScriptEngineFactory's methods
 that are not needed by the SciJava scripting framework.
 
| Constructor and Description | 
|---|
| AbstractScriptLanguage() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEngineName() | 
| String | getLanguageName() | 
| String | toString() | 
getInfo, getPriority, setInfo, setPrioritycontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdecode, getAutoCompleter, getEngineVersion, getExtensions, getLanguageVersion, getMethodCallSyntax, getMimeTypes, getNames, getOutputStatement, getParameter, getProgram, isCompiledLanguagegetScriptEnginegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic String toString()
toString in class AbstractRichPluginpublic String getEngineName()
getEngineName in interface ScriptEngineFactorypublic String getLanguageName()
getLanguageName in interface ScriptEngineFactoryCopyright © 2009–2022 SciJava. All rights reserved.