@Extension public final class GroovyLanguage extends Language
| Constructor and Description |
|---|
GroovyLanguage() |
| Modifier and Type | Method and Description |
|---|---|
static Language |
get() |
String |
getCodeMirrorMode()
A CodeMirror mode string, for purposes of displaying scripts in HTML.
|
String |
getDisplayName()
Display name of the language for use in the UI.
|
String |
getName()
Unique, permanent, internal identifier of this language.
|
public static Language get()
public String getName()
Languagepublic String getDisplayName()
LanguagegetDisplayName in class Languagepublic String getCodeMirrorMode()
LanguagegetCodeMirrorMode in class Languageclike, or nullCopyright © 2016. All rights reserved.