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

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

public class JetObjectInfo
extends JetClassOrObjectInfo<KtObjectDeclaration>


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.lazy.data.JetClassOrObjectInfo
element
 
Constructor Summary
protected JetObjectInfo(KtObjectDeclaration element)
           
 
Method Summary
 ClassKind getClassKind()
           
 KtTypeParameterList getTypeParameterList()
           
 boolean isCompanionObject()
           
 
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

JetObjectInfo

protected JetObjectInfo(@NotNull
                        KtObjectDeclaration element)
Method Detail

getTypeParameterList

@Nullable
public KtTypeParameterList getTypeParameterList()

getClassKind

@NotNull
public ClassKind getClassKind()

isCompanionObject

public boolean isCompanionObject()