public abstract class AbstractLanguage extends Object implements Language
Language implementation.DEFAULT_JVM_VERSION| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLanguage(String id,
String jvmVersion,
String sourceFileExtension) |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Return the language identifier.
|
String |
jvmVersion()
Return the JVM version level to use.
|
String |
sourceFileExtension()
Return the file extension to use for source file of this language.
|
String |
toString() |
public String jvmVersion()
LanguagejvmVersion in interface Languagepublic String sourceFileExtension()
LanguagesourceFileExtension in interface LanguageCopyright © 2021 Pivotal Software, Inc.. All rights reserved.