Class YamlLanguage
java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.YamlLanguage
Class for the representation of YAML syntax in QuPath.
- Since:
- v0.4.0
- Author:
- Pete Bankhead (based on Melvin Gelbard's classes)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet theScriptAutoCompletor
object that takes care of this language's auto-completion.static YamlLanguage
Get the static instance of this class.Methods inherited from class qupath.lib.scripting.languages.ScriptLanguage
getExtensions, getName, toString
-
Constructor Details
-
YamlLanguage
public YamlLanguage()Constructor for YAML language. This constructor should never be called. Instead, use the staticgetInstance()
method.Note: this has to be public for the
ServiceLoader
to work.
-
-
Method Details
-
getInstance
Get the static instance of this class.- Returns:
- instance
-
getAutoCompletor
Description copied from class:ScriptLanguage
Get theScriptAutoCompletor
object that takes care of this language's auto-completion.Can return
null
if the script editor should not handle auto-completion for this language.- Overrides:
getAutoCompletor
in classScriptLanguage
- Returns:
- auto-completor
-