org.jetbrains.jet.codegen
Class OwnerKind.StaticDelegateKind

java.lang.Object
  extended by org.jetbrains.jet.codegen.OwnerKind
      extended by org.jetbrains.jet.codegen.OwnerKind.StaticDelegateKind
Enclosing class:
OwnerKind

public static class OwnerKind.StaticDelegateKind
extends OwnerKind


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.jet.codegen.OwnerKind
OwnerKind.StaticDelegateKind
 
Field Summary
 
Fields inherited from class org.jetbrains.jet.codegen.OwnerKind
IMPLEMENTATION, NAMESPACE, TRAIT_IMPL
 
Constructor Summary
OwnerKind.StaticDelegateKind(java.lang.String ownerClass)
           
 
Method Summary
 java.lang.String getOwnerClass()
           
 
Methods inherited from class org.jetbrains.jet.codegen.OwnerKind
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwnerKind.StaticDelegateKind

public OwnerKind.StaticDelegateKind(java.lang.String ownerClass)
Method Detail

getOwnerClass

public java.lang.String getOwnerClass()