org.jetbrains.kotlin.load.kotlin
Class KotlinBinaryClassCache

java.lang.Object
  extended by org.jetbrains.kotlin.load.kotlin.KotlinBinaryClassCache
All Implemented Interfaces:
com.intellij.openapi.Disposable

public final class KotlinBinaryClassCache
extends java.lang.Object
implements com.intellij.openapi.Disposable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.intellij.openapi.Disposable
com.intellij.openapi.Disposable.Parent
 
Constructor Summary
KotlinBinaryClassCache()
           
 
Method Summary
 void dispose()
           
static KotlinJvmBinaryClass getKotlinBinaryClass(com.intellij.openapi.vfs.VirtualFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KotlinBinaryClassCache

public KotlinBinaryClassCache()
Method Detail

getKotlinBinaryClass

@Nullable
public static KotlinJvmBinaryClass getKotlinBinaryClass(@NotNull
                                                                 com.intellij.openapi.vfs.VirtualFile file)

dispose

public void dispose()
Specified by:
dispose in interface com.intellij.openapi.Disposable