org.jetbrains.kotlin.resolve.jvm.diagnostics
Interface ErrorsJvm


public interface ErrorsJvm


Nested Class Summary
static class ErrorsJvm.NullabilityInformationSource
           
 
Field Summary
static java.lang.Object _initializer
           
static DiagnosticFactory1<com.intellij.psi.PsiElement,ConflictingJvmDeclarationsData> ACCIDENTAL_OVERRIDE
           
static DiagnosticFactory1<com.intellij.psi.PsiElement,ConflictingJvmDeclarationsData> CONFLICTING_JVM_DECLARATIONS
           
static DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_CANNOT_BE_ABSTRACT
           
static DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_CANNOT_BE_INLINED
           
static DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_CANNOT_HAVE_BODY
           
static DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_IN_TRAIT
           
static DiagnosticFactory2<JetElement,ErrorsJvm.NullabilityInformationSource,ErrorsJvm.NullabilityInformationSource> NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS
           
static DiagnosticFactory0<JetDeclaration> OPEN_CANNOT_BE_STATIC
           
static DiagnosticFactory1<JetDeclaration,DeclarationDescriptor> PLATFORM_STATIC_ILLEGAL_USAGE
           
static DiagnosticFactory0<JetDeclaration> PLATFORM_STATIC_NOT_IN_OBJECT
           
 

Field Detail

CONFLICTING_JVM_DECLARATIONS

static final DiagnosticFactory1<com.intellij.psi.PsiElement,ConflictingJvmDeclarationsData> CONFLICTING_JVM_DECLARATIONS

ACCIDENTAL_OVERRIDE

static final DiagnosticFactory1<com.intellij.psi.PsiElement,ConflictingJvmDeclarationsData> ACCIDENTAL_OVERRIDE

OPEN_CANNOT_BE_STATIC

static final DiagnosticFactory0<JetDeclaration> OPEN_CANNOT_BE_STATIC

PLATFORM_STATIC_NOT_IN_OBJECT

static final DiagnosticFactory0<JetDeclaration> PLATFORM_STATIC_NOT_IN_OBJECT

PLATFORM_STATIC_ILLEGAL_USAGE

static final DiagnosticFactory1<JetDeclaration,DeclarationDescriptor> PLATFORM_STATIC_ILLEGAL_USAGE

NATIVE_DECLARATION_CANNOT_BE_ABSTRACT

static final DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_CANNOT_BE_ABSTRACT

NATIVE_DECLARATION_CANNOT_HAVE_BODY

static final DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_CANNOT_HAVE_BODY

NATIVE_DECLARATION_IN_TRAIT

static final DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_IN_TRAIT

NATIVE_DECLARATION_CANNOT_BE_INLINED

static final DiagnosticFactory0<JetDeclaration> NATIVE_DECLARATION_CANNOT_BE_INLINED

NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS

static final DiagnosticFactory2<JetElement,ErrorsJvm.NullabilityInformationSource,ErrorsJvm.NullabilityInformationSource> NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS

_initializer

static final java.lang.Object _initializer