org.jetbrains.jet.lang.resolve.kotlin
Class KotlinBinaryClassCache

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.kotlin.KotlinBinaryClassCache

public final class KotlinBinaryClassCache
extends java.lang.Object


Constructor Summary
KotlinBinaryClassCache()
           
 
Method Summary
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

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