Class GroovyLanguage

java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.DefaultScriptLanguage
qupath.lib.gui.scripting.languages.GroovyLanguage
All Implemented Interfaces:
qupath.lib.scripting.languages.ExecutableLanguage

public class GroovyLanguage extends DefaultScriptLanguage implements qupath.lib.scripting.languages.ExecutableLanguage
Class for the representation of the Groovy programming language in QuPath.

This class stores the QuPath implementation of Groovy syntaxing and Groovy auto-completion.

Since:
v0.4.0