public final class LanguageInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getMimeTypes()
Returns the MIME types supported by this language.
|
String |
getName()
Returns the unique name of the language.
|
String |
getVersion()
Returns the version of the language.
|
public String getName()
PolyglotEngine.Language.getName().public String getVersion()
PolyglotEngine.Language.getVersion().public Set<String> getMimeTypes()
PolyglotEngine.Language.getMimeTypes().