org.jetbrains.kotlin.resolve.lazy.data
Class JetClassInfo

java.lang.Object
  extended by org.jetbrains.kotlin.resolve.lazy.data.JetClassOrObjectInfo<KtClass>
      extended by org.jetbrains.kotlin.resolve.lazy.data.JetClassInfo
All Implemented Interfaces:
KtDeclarationContainer, JetClassLikeInfo

public class JetClassInfo
extends JetClassOrObjectInfo<KtClass>


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.lazy.data.JetClassOrObjectInfo
element
 
Constructor Summary
protected JetClassInfo(KtClass classOrObject)
           
 
Method Summary
 ClassKind getClassKind()
           
 KtTypeParameterList getTypeParameterList()
           
 
Methods inherited from class org.jetbrains.kotlin.resolve.lazy.data.JetClassOrObjectInfo
getCompanionObjects, getContainingPackageFqName, getCorrespondingClassOrObject, getDanglingAnnotations, getDeclarations, getModifierList, getName, getPrimaryConstructorParameters, getScopeAnchor, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetClassInfo

protected JetClassInfo(@NotNull
                       KtClass classOrObject)
Method Detail

getTypeParameterList

@Nullable
public KtTypeParameterList getTypeParameterList()

getClassKind

@NotNull
public ClassKind getClassKind()