Package | Description |
---|---|
pdp.compileplatform.execution | |
pdp.compileplatform.frontend |
Modifier and Type | Class and Description |
---|---|
class |
LangInternal
This class represents a language unit (language name, language id, extension,
compilation command, ...) as seen internally by the server
|
Modifier and Type | Method and Description |
---|---|
Lang[] |
TaskExecutorInterface.getLanguages()
Retrieve all the languages currently supported by this executor
|
Lang[] |
TaskExecutor.getLanguages()
Retrieve languages supported by this executor
|
Modifier and Type | Method and Description |
---|---|
Lang[] |
GetLanguagesRet.getLanguages()
get the languages for this GetLanguagesRet object
|
Modifier and Type | Method and Description |
---|---|
void |
GetLanguagesRet.setLanguages(Lang[] languages)
set the languages for this GetLanguagesRet object
|
Constructor and Description |
---|
GetLanguagesRet(InfoKey retCode,
Lang[] languages)
Constructs a GetLanguagesRet object
|