org.jetbrains.kotlin.idea
Class KotlinFileType
java.lang.Object
com.intellij.openapi.fileTypes.LanguageFileType
org.jetbrains.kotlin.idea.KotlinFileType
- All Implemented Interfaces:
- com.intellij.openapi.fileTypes.FileType, com.intellij.openapi.options.Scheme
public class KotlinFileType
- extends com.intellij.openapi.fileTypes.LanguageFileType
| Fields inherited from interface com.intellij.openapi.fileTypes.FileType |
EMPTY_ARRAY |
| Methods inherited from class com.intellij.openapi.fileTypes.LanguageFileType |
extractCharsetFromFileContent, extractCharsetFromFileContent, getCharset, getLanguage, isBinary, isReadOnly |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTENSION
public static final java.lang.String EXTENSION
- See Also:
- Constant Field Values
INSTANCE
public static final KotlinFileType INSTANCE
getName
@NotNull
public java.lang.String getName()
getDescription
@NotNull
public java.lang.String getDescription()
getDefaultExtension
@NotNull
public java.lang.String getDefaultExtension()
getIcon
public javax.swing.Icon getIcon()
isJVMDebuggingSupported
public boolean isJVMDebuggingSupported()
- Overrides:
isJVMDebuggingSupported in class com.intellij.openapi.fileTypes.LanguageFileType