org.jetbrains.jet.lang.resolve.java.resolver
Class TraceBasedErrorReporter.AbiVersionErrorLocation

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.resolver.TraceBasedErrorReporter.AbiVersionErrorLocation
Enclosing class:
TraceBasedErrorReporter

public static final class TraceBasedErrorReporter.AbiVersionErrorLocation
extends java.lang.Object


Constructor Summary
TraceBasedErrorReporter.AbiVersionErrorLocation(FqName name, com.intellij.openapi.vfs.VirtualFile file)
           
 
Method Summary
 FqName getClassFqName()
           
 java.lang.String getPath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceBasedErrorReporter.AbiVersionErrorLocation

public TraceBasedErrorReporter.AbiVersionErrorLocation(@NotNull
                                                       FqName name,
                                                       @NotNull
                                                       com.intellij.openapi.vfs.VirtualFile file)
Method Detail

getClassFqName

@NotNull
public FqName getClassFqName()

getPath

@NotNull
public java.lang.String getPath()