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, setPriority
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decode, getAutoCompleter, getEngineVersion, getExtensions, getLanguageVersion, getMethodCallSyntax, getMimeTypes, getNames, getOutputStatement, getParameter, getProgram, isCompiledLanguage
getScriptEngine
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public String toString()
toString
in class AbstractRichPlugin
public String getEngineName()
getEngineName
in interface ScriptEngineFactory
public String getLanguageName()
getLanguageName
in interface ScriptEngineFactory
Copyright © 2015–2022 SciJava. All rights reserved.