org.jetbrains.kotlin.types
Class TypeUtils.IntersectionScope

java.lang.Object
  extended by ChainedScope
      extended by org.jetbrains.kotlin.types.TypeUtils.IntersectionScope
Enclosing class:
TypeUtils

public static class TypeUtils.IntersectionScope
extends ChainedScope


Constructor Summary
TypeUtils.IntersectionScope(TypeConstructor constructor, JetScope[] scopes)
           
 
Method Summary
 DeclarationDescriptor getContainingDeclaration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeUtils.IntersectionScope

public TypeUtils.IntersectionScope(@NotNull
                                   TypeConstructor constructor,
                                   @NotNull
                                   JetScope[] scopes)
Method Detail

getContainingDeclaration

@NotNull
public DeclarationDescriptor getContainingDeclaration()