public class JavaScriptLanguage
extends org.scijava.script.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() |
getInfo, getPriority, setInfo, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic boolean isCompiledLanguage()
public String getEngineName()
getEngineName in interface ScriptEngineFactorygetEngineName in class org.scijava.script.AbstractScriptLanguagepublic ScriptEngine getScriptEngine()
Copyright © 2008–2025 SciJava. All rights reserved.