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

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.kotlin.VirtualFileKotlinClassFinder
All Implemented Interfaces:
KotlinClassFinder

public class VirtualFileKotlinClassFinder
extends java.lang.Object
implements KotlinClassFinder


Constructor Summary
VirtualFileKotlinClassFinder()
           
 
Method Summary
 KotlinJvmBinaryClass find(FqName fqName)
           
 void setVirtualFileFinder(VirtualFileFinder virtualFileFinder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualFileKotlinClassFinder

public VirtualFileKotlinClassFinder()
Method Detail

setVirtualFileFinder

@Inject
public void setVirtualFileFinder(@NotNull
                                        VirtualFileFinder virtualFileFinder)

find

@Nullable
public KotlinJvmBinaryClass find(@NotNull
                                          FqName fqName)
Specified by:
find in interface KotlinClassFinder