public class JavaScriptLanguage extends AbstractScriptLanguage
ScriptLanguage
.
Primarily intended as a back-end for the ImageJ script editor, this "script" language implementation compiles and runs Java classes.
Constructor and Description |
---|
JavaScriptLanguage() |
Modifier and Type | Method and Description |
---|---|
String |
getEngineName() |
List<String> |
getExtensions() |
List<String> |
getMimeTypes() |
List<String> |
getNames() |
ScriptEngine |
getScriptEngine() |
boolean |
isCompiledLanguage()
True iff this language requires a compilation step.
|
getLanguageName, toString
getInfo, getPriority, setInfo, setPriority
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
decode, getAutoCompleter, getEngineVersion, getLanguageVersion, getMethodCallSyntax, getOutputStatement, getParameter, getProgram
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public boolean isCompiledLanguage()
ScriptLanguage
public String getEngineName()
getEngineName
in interface ScriptEngineFactory
getEngineName
in class AbstractScriptLanguage
public ScriptEngine getScriptEngine()
Copyright © 2015–2022 SciJava. All rights reserved.