public interface BackendCompiler
Modifier and Type | Field and Description |
---|---|
static CompilerOptions |
EMPTY_OPTIONS |
static ExtensionPointName<BackendCompiler> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
Configurable |
createConfigurable() |
java.util.Set<FileType> |
getCompilableFileTypes() |
java.lang.String |
getId() |
default CompilerOptions |
getOptions() |
java.lang.String |
getPresentableName() |
static final ExtensionPointName<BackendCompiler> EP_NAME
static final CompilerOptions EMPTY_OPTIONS
java.lang.String getId()
java.lang.String getPresentableName()
Configurable createConfigurable()
java.util.Set<FileType> getCompilableFileTypes()
default CompilerOptions getOptions()