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

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

public class JetObjectInfo
extends JetClassOrObjectInfo<JetObjectDeclaration>


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.resolve.lazy.data.JetClassOrObjectInfo
element
 
Constructor Summary
protected JetObjectInfo(JetObjectDeclaration element)
           
 
Method Summary
 ClassKind getClassKind()
           
 JetTypeParameterList 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
                        JetObjectDeclaration element)
Method Detail

getTypeParameterList

@Nullable
public JetTypeParameterList getTypeParameterList()

getClassKind

@NotNull
public ClassKind getClassKind()

isCompanionObject

public boolean isCompanionObject()